Change to device state attributes (#10536)
* Following the suggestion of @MartinHjelmare
This commit is contained in:
parent
59e943b3c1
commit
bc23799c71
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class SerialSensor(Entity):
|
|||
return False
|
||||
|
||||
@property
|
||||
def state_attributes(self):
|
||||
def device_state_attributes(self):
|
||||
"""Return the attributes of the entity (if any JSON present)."""
|
||||
return self._attributes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue