mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
This commit is contained in:
committed by
Fabian Affolter
parent
95663f8126
commit
b75ce4f1b2
@@ -136,7 +136,7 @@ class PublicTransportData(object):
|
||||
'fields[]=connections/from/departureTimestamp/&' +
|
||||
'fields[]=connections/',
|
||||
timeout=10)
|
||||
connections = response.json()['connections'][:2]
|
||||
connections = response.json()['connections'][1:3]
|
||||
|
||||
try:
|
||||
self.times = [
|
||||
|
Reference in New Issue
Block a user