mirror of
https://github.com/esphome/esphome.git
synced 2026-09-24 05:24:14 +00:00
[config] Allow !extend/!remove on components without id in schema (#14682)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
8ca6ee4349
commit
8d988723cd
@@ -1,6 +1,8 @@
|
||||
external_components:
|
||||
- source: github://esphome/esphome@dev
|
||||
- id: my_ext
|
||||
source: github://esphome/esphome@dev
|
||||
refresh: 1d
|
||||
components: [bh1750]
|
||||
- source: ../../../esphome/components
|
||||
- id: my_local
|
||||
source: ../../../esphome/components
|
||||
components: [sntp]
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
# WARNING: Using !extend or !remove prevents automatic component grouping in CI, making builds slower.
|
||||
<<: !include common.yaml
|
||||
|
||||
external_components:
|
||||
- id: !remove my_local
|
||||
|
||||
Reference in New Issue
Block a user