Update integrations f-i to override extra_state_attributes() (#47757)
This commit is contained in:
parent
6c084ae6ce
commit
af4d06b12e
119 changed files with 165 additions and 165 deletions
|
@ -177,9 +177,9 @@ class InsteonClimateEntity(InsteonEntity, ClimateEntity):
|
|||
return CURRENT_HVAC_IDLE
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Provide attributes for display on device card."""
|
||||
attr = super().device_state_attributes
|
||||
attr = super().extra_state_attributes
|
||||
humidifier = "off"
|
||||
if self._insteon_device.groups[DEHUMIDIFYING].value:
|
||||
humidifier = "dehumidifying"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue