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
|
@ -95,6 +95,6 @@ class IncomfortTemperature(IncomfortSensor):
|
|||
self._unit_of_measurement = TEMP_CELSIUS
|
||||
|
||||
@property
|
||||
def device_state_attributes(self) -> Optional[Dict[str, Any]]:
|
||||
def extra_state_attributes(self) -> Optional[Dict[str, Any]]:
|
||||
"""Return the device state attributes."""
|
||||
return {self._attr: self._heater.status[self._attr]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue