From dfadda9437e50a39ee368bbdf7a26fc73411e573 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Sun, 17 Nov 2024 20:45:55 +0100 Subject: [PATCH] Use ignore_efuse_custom_mac to be ESPHome 2024.10 compatible --- README.md | 2 +- yeelight_light_ceil26.yaml | 3 ++- yeelight_light_ceil29.yaml | 3 ++- yeelight_light_ceilb.yaml | 3 ++- yeelight_light_ceilc.yaml | 3 ++- yeelight_light_ceiling10.yaml | 3 ++- yeelight_light_ceiling11.yaml | 3 ++- yeelight_light_ceiling15.yaml | 3 ++- yeelight_light_ceiling20.yaml | 3 ++- yeelight_light_ceiling22.yaml | 3 ++- yeelight_light_ceiling24.yaml | 3 ++- yeelight_light_fancl5.yaml | 3 ++- yeelight_light_lamp9.yaml | 3 ++- yeelight_light_strip6.yaml | 3 ++- yeerc_ylyk01yl.yaml | 3 ++- yeerc_ylyk01yl_fancl.yaml | 3 ++- 16 files changed, 31 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1dc4df0..4f7f20d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Esphome custom firmware for some Yeelight Ceiling Lights. ## Requirements -* [ESPHome 2024.6.0 or higher](https://github.com/esphome/esphome/releases). +* [ESPHome 2024.10.0 or higher](https://github.com/esphome/esphome/releases). * TTL-to-USB module (FTDI/CH430/PL2303) and some wires to flash the device once ## Supported devices diff --git a/yeelight_light_ceil26.yaml b/yeelight_light_ceil26.yaml index 1b6c585..4767420 100644 --- a/yeelight_light_ceil26.yaml +++ b/yeelight_light_ceil26.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_ceil29.yaml b/yeelight_light_ceil29.yaml index 10afa04..163a571 100644 --- a/yeelight_light_ceil29.yaml +++ b/yeelight_light_ceil29.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_ceilb.yaml b/yeelight_light_ceilb.yaml index b20cc39..5ae3638 100644 --- a/yeelight_light_ceilb.yaml +++ b/yeelight_light_ceilb.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_ceilc.yaml b/yeelight_light_ceilc.yaml index a1c0068..5df7707 100644 --- a/yeelight_light_ceilc.yaml +++ b/yeelight_light_ceilc.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_ceiling10.yaml b/yeelight_light_ceiling10.yaml index 7380a19..738400b 100644 --- a/yeelight_light_ceiling10.yaml +++ b/yeelight_light_ceiling10.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_ceiling11.yaml b/yeelight_light_ceiling11.yaml index 04a6394..fa79890 100644 --- a/yeelight_light_ceiling11.yaml +++ b/yeelight_light_ceiling11.yaml @@ -7,7 +7,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -17,6 +17,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_ceiling15.yaml b/yeelight_light_ceiling15.yaml index b375f94..ff19cc2 100644 --- a/yeelight_light_ceiling15.yaml +++ b/yeelight_light_ceiling15.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_ceiling20.yaml b/yeelight_light_ceiling20.yaml index bc0bc09..52aa675 100644 --- a/yeelight_light_ceiling20.yaml +++ b/yeelight_light_ceiling20.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_ceiling22.yaml b/yeelight_light_ceiling22.yaml index 6a18986..cc3e1d9 100644 --- a/yeelight_light_ceiling22.yaml +++ b/yeelight_light_ceiling22.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_ceiling24.yaml b/yeelight_light_ceiling24.yaml index 7c6924c..c8d4079 100644 --- a/yeelight_light_ceiling24.yaml +++ b/yeelight_light_ceiling24.yaml @@ -6,7 +6,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -16,6 +16,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_fancl5.yaml b/yeelight_light_fancl5.yaml index d44634f..9a4150a 100644 --- a/yeelight_light_fancl5.yaml +++ b/yeelight_light_fancl5.yaml @@ -7,7 +7,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -17,6 +17,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true external_components: - source: ${external_components_source} diff --git a/yeelight_light_lamp9.yaml b/yeelight_light_lamp9.yaml index c72f0e7..4b7b106 100644 --- a/yeelight_light_lamp9.yaml +++ b/yeelight_light_lamp9.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeelight_light_strip6.yaml b/yeelight_light_strip6.yaml index bb563da..935a5f6 100644 --- a/yeelight_light_strip6.yaml +++ b/yeelight_light_strip6.yaml @@ -3,7 +3,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -13,6 +13,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true wifi: ssid: !secret wifi_ssid diff --git a/yeerc_ylyk01yl.yaml b/yeerc_ylyk01yl.yaml index 020a4c9..b785672 100644 --- a/yeerc_ylyk01yl.yaml +++ b/yeerc_ylyk01yl.yaml @@ -4,7 +4,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -14,6 +14,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true external_components: - source: ${external_components_source} diff --git a/yeerc_ylyk01yl_fancl.yaml b/yeerc_ylyk01yl_fancl.yaml index 5cf9597..68518a0 100644 --- a/yeerc_ylyk01yl_fancl.yaml +++ b/yeerc_ylyk01yl_fancl.yaml @@ -4,7 +4,7 @@ substitutions: esphome: name: ${name} - min_version: 2024.6.0 + min_version: 2024.10.0 esp32: board: esp32doit-devkit-v1 @@ -14,6 +14,7 @@ esp32: CONFIG_FREERTOS_UNICORE: y advanced: ignore_efuse_mac_crc: true + ignore_efuse_custom_mac: true external_components: - source: ${external_components_source}