mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 10:05:26 +01:00
Fix hvv_departures timestamp sensor (#61205)
This commit is contained in:
@@ -116,7 +116,7 @@ class HVVDepartureSensor(SensorEntity):
|
||||
departure_time
|
||||
+ timedelta(minutes=departure["timeOffset"])
|
||||
+ timedelta(seconds=delay)
|
||||
).isoformat()
|
||||
)
|
||||
|
||||
self.attr.update(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user