From e7a4eac8bdbc16d9a702482bc7cc81a01b069781 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Jun 2025 16:42:05 +0200 Subject: [PATCH] migrate to using same area info for top level and sub devices --- tests/components/esphome/common.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/components/esphome/common.yaml b/tests/components/esphome/common.yaml index aa1ce9e111..8597987708 100644 --- a/tests/components/esphome/common.yaml +++ b/tests/components/esphome/common.yaml @@ -2,7 +2,9 @@ esphome: debug_scheduler: true platformio_options: board_build.flash_mode: dio - area: testing + area: + id: testing_area + name: Testing Area on_boot: logger.log: on_boot on_shutdown: @@ -24,6 +26,9 @@ esphome: - id: other_device name: Another device area_id: another_area + - id: test_device + name: Test device in main area + area_id: testing_area # Reference the main area (not in sub_areas) binary_sensor: - platform: template