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
|
@ -282,7 +282,7 @@ class ControllerDevice(ClimateEntity):
|
|||
return PRECISION_TENTHS
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the optional state attributes."""
|
||||
return {
|
||||
"supply_temperature": show_temp(
|
||||
|
@ -660,7 +660,7 @@ class ZoneDevice(ClimateEntity):
|
|||
return self._zone.index
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the optional state attributes."""
|
||||
return {
|
||||
"airflow_max": self._zone.airflow_max,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue