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