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