diff --git a/custom_components/impk/sensor.py b/custom_components/impk/sensor.py index af04898..1d54a25 100644 --- a/custom_components/impk/sensor.py +++ b/custom_components/impk/sensor.py @@ -153,7 +153,7 @@ def get_html_departures(self): @staticmethod def departure_to_str(dep): - return '{} kier. {}: {} ({}m)'.format(dep["line"], dep["direction"], dep["departure"], + return '{}, kier. {}: {} ({}m)'.format(dep["line"], dep["direction"], dep["departure"], dep["time_to_departure"]) @staticmethod