Commit graph

8 commits

Author SHA1 Message Date
Franck Nijhof
187b6525b4
Removal of extraneous parenthesis () 2020-04-04 20:08:55 +02:00
Ian
4f1f4a1b4f Nextbus: Sort results for upcoming times ()
Sort upcoming times across all direction's for a particular route and
stop.
2019-12-10 09:22:13 +01:00
springstan
20fdcbadff Move imports to top for nextbus ()
* Move imports to top for nextbus

* Fix test_sensor.py failed tests
2019-12-05 21:56:42 +01:00
Grodesh
f8712b4d7f Update nextbus stop tag to accept strings () 2019-11-06 07:24:11 +01:00
Franck Nijhof
1c5e0123c9 Use literal string interpolation in integrations N-Q (f-strings) () 2019-09-03 11:35:00 -07:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
nierob
979f801488 Avoid creating temporary lists ()
That gives nano performance improvements as *() is slightly faster
then *[].
2019-07-19 13:36:18 -07:00
Ian
c2e7445271 Add new nextbus sensor ()
* Added new nextbus sensor

* Fix order in requirements_all after merge

* Add more flexible parsing of JSON lists

* Undo tox change
2019-04-26 19:51:58 -05:00