Do not remove attributes twice

This commit is contained in:
Edward Firmo
2025-01-05 01:34:18 +01:00
parent 036e62b277
commit 5d80ce1117
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
---
packages:
common_idf53: !include common_idf53.yaml
core_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_core.yaml
standard_package: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_standard.yaml
addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml
esp32:
framework:
type: esp-idf
version: 5.3.1
platform_version: 6.9.0
...