Skip to content

Commit

Permalink
Use ignore_efuse_custom_mac to be ESPHome 2024.10 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Nov 17, 2024
1 parent 4ae7d85 commit dfadda9
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceil26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceil29.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceilb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceilc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceiling10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceiling11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceiling15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceiling20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceiling22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_ceiling24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_fancl5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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}
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_lamp9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeelight_light_strip6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion yeerc_ylyk01yl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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}
Expand Down
3 changes: 2 additions & 1 deletion yeerc_ylyk01yl_fancl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ substitutions:

esphome:
name: ${name}
min_version: 2024.6.0
min_version: 2024.10.0

esp32:
board: esp32doit-devkit-v1
Expand All @@ -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}
Expand Down

0 comments on commit dfadda9

Please sign in to comment.