From 41e11e9a0e849a82776de2869ffca5bf4ba3da52 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Jun 2025 16:43:48 +0200 Subject: [PATCH] migrate to using same area info for top level and sub devices --- tests/components/esphome/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/components/esphome/common.yaml b/tests/components/esphome/common.yaml index 8597987708..24f8eb9433 100644 --- a/tests/components/esphome/common.yaml +++ b/tests/components/esphome/common.yaml @@ -29,6 +29,8 @@ esphome: - id: test_device name: Test device in main area 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: - platform: template