mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Fix continuation
This commit is contained in:
parent
7e3483ab03
commit
f2fda2914a
@ -84,7 +84,7 @@ class SwissPublicTransportSensor(Entity):
|
|||||||
ATTR_TARGET: self._to,
|
ATTR_TARGET: self._to,
|
||||||
ATTR_REMAINING_TIME: '{}'.format(
|
ATTR_REMAINING_TIME: '{}'.format(
|
||||||
':'.join(str(self._times[2]).split(':')[:2]))
|
':'.join(str(self._times[2]).split(':')[:2]))
|
||||||
}
|
}
|
||||||
|
|
||||||
# pylint: disable=too-many-branches
|
# pylint: disable=too-many-branches
|
||||||
def update(self):
|
def update(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user