mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
committed by
Paulus Schoutsen
parent
e4d100d54d
commit
24a172163a
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user