add framework esp-idf as default for boneio yaml's

This commit is contained in:
pszafer
2025-09-01 06:30:01 +02:00
parent e0616ecf46
commit 913bae573a
22 changed files with 43 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -13,6 +13,8 @@ esphome:
esp32:
board: esp32dev
framework:
type: esp-idf
external_components:
- 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:
board: esp32dev
framework:
type: esp-idf
external_components:
- 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:
board: esp32dev
framework:
type: esp-idf
external_components:
- 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:
board: esp32-s3-devkitc-1
framework:
type: esp-idf
ethernet:
id: eth

View File

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

View File

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

View File

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

View File

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