1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-25 21:30:05 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Joost Lekkerkerker
763df83cdb Remove Nextbus YAML import () 2024-04-09 18:34:35 +02:00
Sid
00ec7f11f0 Enable Ruff rule PT007 ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-03-19 09:01:07 +01:00
Marc Mueller
1722e23df8 Add empty line after module docstring [tests l-p] () 2024-03-08 14:55:15 +01:00
Joost Lekkerkerker
a82410d5e9 Deduplicate constants E-Z () 2023-12-13 17:05:37 +01:00
Ian
e652d37f29 Use data update coordinator in NextBus to reduce api calls () 2023-10-02 10:56:10 +02:00
Ian
c3f74ae022 Add config-flow to NextBus () 2023-09-19 17:10:29 +02:00
epenet
50cbabb2d8 Add type hints to integration tests (part 15) () 2023-02-15 10:00:49 +01:00
Franck Nijhof
ef800335fb Enable Ruff PT022 ()
* Enable Ruff PT022

* Adjust found cases
2023-01-27 13:57:06 +01:00
Ian
a6cfbd4072 Nextbus upcoming sort as integer () 2021-12-17 09:39:55 +01:00
Franck Nijhof
65cf2fcb6f Drop asynctest () 2021-01-01 22:31:56 +01:00
Erik Montnemery
4e77969f5e Drop use of mock_mqtt_component ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-06-23 10:17:22 -07:00
Paulus Schoutsen
276f3afb00 Do async_setup_platform in background ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-31 22:18:30 -07:00
Paulus Schoutsen
2af984917e Use asynctest-mock in most places ()
* Use asynctest-mock in most places

* Fix broken patch in pilight
2020-05-03 11:27:19 -07: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
Bas Nijholt
1ab1808307 Sort imports according to PEP8 for components starting with "N" () 2019-12-09 14:46:24 +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
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -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