diff --git a/custom_components/climate_group/climate.py b/custom_components/climate_group/climate.py index 0fcc993..a523290 100755 --- a/custom_components/climate_group/climate.py +++ b/custom_components/climate_group/climate.py @@ -215,7 +215,7 @@ def should_poll(self) -> bool: return False @property - def device_state_attributes(self): + def extra_state_attributes(self): """Return the state attributes for the climate group.""" return {ATTR_ENTITY_ID: self._entity_ids}