diff --git a/esphome/components/api/api.proto b/esphome/components/api/api.proto index b3ca1ce5c5..96ef93ef46 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; }