1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 08:12: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:39:07 +02:00
parent 7d84f0e650
commit 1589a131db

View File

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