Update integrations j-o to override extra_state_attributes() (#47758)

This commit is contained in:
Erik Montnemery 2021-03-11 20:11:25 +01:00 committed by GitHub
parent 1095905f8c
commit 14a59d290a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
110 changed files with 150 additions and 150 deletions

View file

@ -122,7 +122,7 @@ class MySensorsDevice:
return f"{self.node_name} {self.child_id}"
@property
def device_state_attributes(self):
def extra_state_attributes(self):
"""Return device specific state attributes."""
node = self.gateway.sensors[self.node_id]
child = node.children[self.child_id]