From 913bae573a27275a4bd38a19c50697e936180b2d Mon Sep 17 00:00:00 2001 From: pszafer Date: Mon, 1 Sep 2025 06:30:01 +0200 Subject: [PATCH] add framework esp-idf as default for boneio yaml's --- boneio-24x16_switches_v0_5-v0_6.yaml | 2 ++ boneio-24x16_switches_v0_7.yaml | 2 ++ boneio-32x10_lights_v0_5-v0_6.yaml | 2 ++ boneio-32x10_lights_v0_7.yaml | 2 ++ boneio-32x10_switches_v0_4.yaml | 2 ++ boneio-32x10_switches_v0_5-v0_6.yaml | 2 ++ boneio-32x10_switches_v0_7.yaml | 2 ++ boneio-8x10A_v0_1.yaml | 2 ++ boneio-cover_mix_lights_v0_5-v0_6.yaml | 2 ++ boneio-cover_mix_lights_v0_7.yaml | 2 ++ boneio-cover_mix_switches_v0_5-v0_6.yaml | 2 ++ boneio-cover_mix_switches_v0_7.yaml | 2 ++ boneio-cover_v0_5-v0_6.yaml | 2 ++ boneio-cover_v0_7.yaml | 2 ++ boneio-dimmer_2rgbw-v0_3.yaml | 2 ++ boneio-dimmer_4cct-v0_3.yaml | 2 ++ boneio-dimmer_8ch-v0_3.yaml | 2 ++ boneio-dimmer_8ch-v0_4.yaml | 2 ++ ...mer_g2_8ch-dev0_4.yaml => boneio-dimmer_gen2_8ch-dev0_4.yaml | 2 ++ boneio-mosfet48_lights_v0_7.yaml | 2 ++ boneio-mosfet48_switches_v0_7.yaml | 2 ++ create_firmware.py | 2 +- 22 files changed, 43 insertions(+), 1 deletion(-) rename boneio-dimmer_g2_8ch-dev0_4.yaml => boneio-dimmer_gen2_8ch-dev0_4.yaml (98%) diff --git a/boneio-24x16_switches_v0_5-v0_6.yaml b/boneio-24x16_switches_v0_5-v0_6.yaml index d704703..64eab0f 100644 --- a/boneio-24x16_switches_v0_5-v0_6.yaml +++ b/boneio-24x16_switches_v0_5-v0_6.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-24x16_switches_v0_7.yaml b/boneio-24x16_switches_v0_7.yaml index 32a646e..76b8c0a 100644 --- a/boneio-24x16_switches_v0_7.yaml +++ b/boneio-24x16_switches_v0_7.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-32x10_lights_v0_5-v0_6.yaml b/boneio-32x10_lights_v0_5-v0_6.yaml index 61780ba..d183aea 100644 --- a/boneio-32x10_lights_v0_5-v0_6.yaml +++ b/boneio-32x10_lights_v0_5-v0_6.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-32x10_lights_v0_7.yaml b/boneio-32x10_lights_v0_7.yaml index e0c2365..7faf6e6 100644 --- a/boneio-32x10_lights_v0_7.yaml +++ b/boneio-32x10_lights_v0_7.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-32x10_switches_v0_4.yaml b/boneio-32x10_switches_v0_4.yaml index effa810..0adbf82 100644 --- a/boneio-32x10_switches_v0_4.yaml +++ b/boneio-32x10_switches_v0_4.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-32x10_switches_v0_5-v0_6.yaml b/boneio-32x10_switches_v0_5-v0_6.yaml index 1d11585..fe3d9f6 100644 --- a/boneio-32x10_switches_v0_5-v0_6.yaml +++ b/boneio-32x10_switches_v0_5-v0_6.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-32x10_switches_v0_7.yaml b/boneio-32x10_switches_v0_7.yaml index dd5d84e..182a06d 100644 --- a/boneio-32x10_switches_v0_7.yaml +++ b/boneio-32x10_switches_v0_7.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-8x10A_v0_1.yaml b/boneio-8x10A_v0_1.yaml index 52906b3..4c006b5 100644 --- a/boneio-8x10A_v0_1.yaml +++ b/boneio-8x10A_v0_1.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: esp32dev + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-cover_mix_lights_v0_5-v0_6.yaml b/boneio-cover_mix_lights_v0_5-v0_6.yaml index e671294..5aaeefa 100644 --- a/boneio-cover_mix_lights_v0_5-v0_6.yaml +++ b/boneio-cover_mix_lights_v0_5-v0_6.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-cover_mix_lights_v0_7.yaml b/boneio-cover_mix_lights_v0_7.yaml index 6bd0f9b..822b354 100644 --- a/boneio-cover_mix_lights_v0_7.yaml +++ b/boneio-cover_mix_lights_v0_7.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-cover_mix_switches_v0_5-v0_6.yaml b/boneio-cover_mix_switches_v0_5-v0_6.yaml index 6c5b0fb..234c2c9 100644 --- a/boneio-cover_mix_switches_v0_5-v0_6.yaml +++ b/boneio-cover_mix_switches_v0_5-v0_6.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-cover_mix_switches_v0_7.yaml b/boneio-cover_mix_switches_v0_7.yaml index 9025e34..274762d 100644 --- a/boneio-cover_mix_switches_v0_7.yaml +++ b/boneio-cover_mix_switches_v0_7.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-cover_v0_5-v0_6.yaml b/boneio-cover_v0_5-v0_6.yaml index 50cf81a..9b84d87 100644 --- a/boneio-cover_v0_5-v0_6.yaml +++ b/boneio-cover_v0_5-v0_6.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-cover_v0_7.yaml b/boneio-cover_v0_7.yaml index 8500d04..c7a4b07 100644 --- a/boneio-cover_v0_7.yaml +++ b/boneio-cover_v0_7.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-dimmer_2rgbw-v0_3.yaml b/boneio-dimmer_2rgbw-v0_3.yaml index 5cb1285..712037a 100644 --- a/boneio-dimmer_2rgbw-v0_3.yaml +++ b/boneio-dimmer_2rgbw-v0_3.yaml @@ -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 diff --git a/boneio-dimmer_4cct-v0_3.yaml b/boneio-dimmer_4cct-v0_3.yaml index 5b9face..9091f0d 100644 --- a/boneio-dimmer_4cct-v0_3.yaml +++ b/boneio-dimmer_4cct-v0_3.yaml @@ -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 diff --git a/boneio-dimmer_8ch-v0_3.yaml b/boneio-dimmer_8ch-v0_3.yaml index 69b22ea..2633379 100644 --- a/boneio-dimmer_8ch-v0_3.yaml +++ b/boneio-dimmer_8ch-v0_3.yaml @@ -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 diff --git a/boneio-dimmer_8ch-v0_4.yaml b/boneio-dimmer_8ch-v0_4.yaml index 0a7af8f..f0d5f5f 100644 --- a/boneio-dimmer_8ch-v0_4.yaml +++ b/boneio-dimmer_8ch-v0_4.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: esp32-s3-devkitc-1 + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-dimmer_g2_8ch-dev0_4.yaml b/boneio-dimmer_gen2_8ch-dev0_4.yaml similarity index 98% rename from boneio-dimmer_g2_8ch-dev0_4.yaml rename to boneio-dimmer_gen2_8ch-dev0_4.yaml index 059e001..98d7565 100644 --- a/boneio-dimmer_g2_8ch-dev0_4.yaml +++ b/boneio-dimmer_gen2_8ch-dev0_4.yaml @@ -25,6 +25,8 @@ esphome: esp32: board: esp32-s3-devkitc-1 + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-mosfet48_lights_v0_7.yaml b/boneio-mosfet48_lights_v0_7.yaml index a73ccd0..c9ba97f 100644 --- a/boneio-mosfet48_lights_v0_7.yaml +++ b/boneio-mosfet48_lights_v0_7.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/boneio-mosfet48_switches_v0_7.yaml b/boneio-mosfet48_switches_v0_7.yaml index 4792db9..e4f8abd 100644 --- a/boneio-mosfet48_switches_v0_7.yaml +++ b/boneio-mosfet48_switches_v0_7.yaml @@ -13,6 +13,8 @@ esphome: esp32: board: nodemcu-32s + framework: + type: esp-idf ethernet: id: eth diff --git a/create_firmware.py b/create_firmware.py index d8bd1c0..6d38119 100644 --- a/create_firmware.py +++ b/create_firmware.py @@ -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,