mirror of
https://github.com/home-assistant/core.git
synced 2025-11-05 17:09:32 +00:00
Update integrations p-s to override extra_state_attributes() (#47759)
This commit is contained in:
@@ -66,7 +66,7 @@ class RepetierSensor(Entity):
|
||||
return self._available
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return sensor attributes."""
|
||||
return self._attributes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user