Update integrations j-o to override extra_state_attributes() (#47758)
This commit is contained in:
parent
1095905f8c
commit
14a59d290a
110 changed files with 150 additions and 150 deletions
|
@ -354,9 +354,9 @@ class NexiaZone(NexiaThermostatZoneEntity, ClimateEntity):
|
|||
return self._thermostat.is_emergency_heat_active()
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the device specific state attributes."""
|
||||
data = super().device_state_attributes
|
||||
data = super().extra_state_attributes
|
||||
|
||||
data[ATTR_ZONE_STATUS] = self._zone.get_status()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue