Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ignore_efuse_custom_mac to be ESPHome 2024.10 compatible #91

Merged
merged 1 commit into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading