mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix hvv_departures timestamp sensor (#61205)
This commit is contained in:
parent
ef70dec7a4
commit
6b6b60b589
@ -116,7 +116,7 @@ class HVVDepartureSensor(SensorEntity):
|
|||||||
departure_time
|
departure_time
|
||||||
+ timedelta(minutes=departure["timeOffset"])
|
+ timedelta(minutes=departure["timeOffset"])
|
||||||
+ timedelta(seconds=delay)
|
+ timedelta(seconds=delay)
|
||||||
).isoformat()
|
)
|
||||||
|
|
||||||
self.attr.update(
|
self.attr.update(
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user