1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Clean up state_attributes vs device_state_attributes

This commit is contained in:
Paulus Schoutsen
2016-02-06 22:28:29 -08:00
parent 681b84e1bd
commit f08b77dc4c
23 changed files with 66 additions and 138 deletions

View File

@@ -100,7 +100,7 @@ class YrSensor(Entity):
return self._state
@property
def state_attributes(self):
def device_state_attributes(self):
""" Returns state attributes. """
data = {
'about': "Weather forecast from yr.no, delivered by the"