mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
Add new is_reatime attribute for De Lijn (#36369)
This commit is contained in:
@@ -94,6 +94,7 @@ class DeLijnPublicTransportSensor(Entity):
|
||||
self._attributes["final_destination"] = first["final_destination"]
|
||||
self._attributes["due_at_schedule"] = first["due_at_schedule"]
|
||||
self._attributes["due_at_realtime"] = first["due_at_realtime"]
|
||||
self._attributes["is_realtime"] = first["is_realtime"]
|
||||
self._attributes["next_passages"] = self.line.passages
|
||||
self._available = True
|
||||
except (KeyError, IndexError):
|
||||
|
||||
Reference in New Issue
Block a user