mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
parent
372169a03a
commit
c32807803e
@ -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