1
0
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:
J. Nick Koston
2025-06-21 16:43:48 +02:00
parent e7a4eac8bd
commit 41e11e9a0e

View File

@@ -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