Update integrations t-z to override extra_state_attributes() (#47760)
This commit is contained in:
parent
14a59d290a
commit
1fc8e32d86
127 changed files with 218 additions and 223 deletions
|
@ -114,7 +114,7 @@ class ToonThermostatDevice(ToonDisplayDeviceEntity, ClimateEntity):
|
|||
return DEFAULT_MAX_TEMP
|
||||
|
||||
@property
|
||||
def device_state_attributes(self) -> Dict[str, Any]:
|
||||
def extra_state_attributes(self) -> Dict[str, Any]:
|
||||
"""Return the current state of the burner."""
|
||||
return {"heating_type": self.coordinator.data.agreement.heating_type}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue