Merge pull request #34 from boneIO-eu/main

add framework esp-idf as default for boneio yaml's
This commit is contained in:
Pawel
2025-09-01 07:49:35 +03:00
committed by GitHub
22 changed files with 43 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: esp32dev board: esp32dev
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: esp32dev board: esp32dev
framework:
type: esp-idf
external_components: external_components:
- source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75 - source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: esp32dev board: esp32dev
framework:
type: esp-idf
external_components: external_components:
- source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75 - source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: esp32dev board: esp32dev
framework:
type: esp-idf
external_components: external_components:
- source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75 - source: github://boneIO-eu/esphome-LM75@main #Original source and thank you note for BTomala https://github.com/boneIO-eu/esphome-lm75

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: esp32-s3-devkitc-1 board: esp32-s3-devkitc-1
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -25,6 +25,8 @@ esphome:
esp32: esp32:
board: esp32-s3-devkitc-1 board: esp32-s3-devkitc-1
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -13,6 +13,8 @@ esphome:
esp32: esp32:
board: nodemcu-32s board: nodemcu-32s
framework:
type: esp-idf
ethernet: ethernet:
id: eth id: eth

View File

@@ -21,7 +21,7 @@ firmware_destination = "../website/public/esp/firmware"
def json_pattern(firmware_name): def json_pattern(firmware_name):
return { return {
"name": "ESPHome", "name": "ESPHome",
"version": "2025.7.4", "version": "2025.8.2",
"home_assistant_domain": "esphome", "home_assistant_domain": "esphome",
"funding_url": "https://esphome.io/guides/supporters.html", "funding_url": "https://esphome.io/guides/supporters.html",
"new_install_prompt_erase": False, "new_install_prompt_erase": False,