From 1589a131db8894f2487c5b791b0d22012160d13e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 21 Jun 2025 16:39:07 +0200 Subject: [PATCH] migrate to using same area info for top level and sub devices --- esphome/components/api/api.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/api/api.proto b/esphome/components/api/api.proto index 0ac9cd3aab..b3ca1ce5c5 100644 --- a/esphome/components/api/api.proto +++ b/esphome/components/api/api.proto @@ -250,7 +250,7 @@ message DeviceInfoResponse { repeated SubDeviceInfo sub_devices = 20; repeated AreaInfo areas = 21; - + // Top-level area info to phase out suggested_area AreaInfo area = 22; }