1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-31 04:34:10 +01:00

Fix hvv_departures timestamp sensor (#61205)

This commit is contained in:
Paulus Schoutsen
2021-12-07 22:56:07 -08:00
committed by GitHub
parent ef70dec7a4
commit 6b6b60b589
@@ -116,7 +116,7 @@ class HVVDepartureSensor(SensorEntity):
departure_time
+ timedelta(minutes=departure["timeOffset"])
+ timedelta(seconds=delay)
).isoformat()
)
self.attr.update(
{