mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 16:22:22 +01:00
migrate to using same area info for top level and sub devices
This commit is contained in:
@@ -29,6 +29,8 @@ esphome:
|
|||||||
- id: test_device
|
- id: test_device
|
||||||
name: Test device in main area
|
name: Test device in main area
|
||||||
area_id: testing_area # Reference the main area (not in sub_areas)
|
area_id: testing_area # Reference the main area (not in sub_areas)
|
||||||
|
- id: no_area_device
|
||||||
|
name: Device without area # This device has no area_id
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: template
|
- platform: template
|
||||||
|
Reference in New Issue
Block a user