mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
parent
e4d100d54d
commit
24a172163a
@ -141,7 +141,7 @@ class MetOfficeCurrentSensor(Entity):
|
||||
attr['Sensor Id'] = self._condition
|
||||
attr['Site Id'] = self.site.id
|
||||
attr['Site Name'] = self.site.name
|
||||
attr['Last Update'] = self.data.lastupdate
|
||||
attr['Last Update'] = self.data.data.date
|
||||
attr[ATTR_ATTRIBUTION] = CONF_ATTRIBUTION
|
||||
return attr
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user