Commit graph

18 commits

Author SHA1 Message Date
J. Nick Koston
673f542cde
Do not wait for websocket response to be delivered before shutdown ()
- Waiting was unreliable since the websocket response could take a few seconds to get delivered
- Alternate frontend fix is https://github.com/home-assistant/frontend/pull/8932
2021-04-16 20:57:28 -07:00
J. Nick Koston
53853f035d
Prevent calling stop or restart services during db upgrade () 2021-04-12 17:18:38 -07:00
Franck Nijhof
5a2b5fe7c5
Yoda assertion style removed is () 2021-03-20 13:55:10 +01:00
J. Nick Koston
08db262972
Add a service to reload config entries that can easily be called though automations () 2021-03-17 21:27:21 -07:00
Franck Nijhof
65cf2fcb6f
Drop asynctest () 2021-01-01 22:31:56 +01:00
Paulus Schoutsen
f3bb243b1d
Do not warn for weak referenced entities () 2020-12-02 11:18:08 +01:00
J. Nick Koston
9e1461da62
Determine how to run listeners at setup time instead of execution time () 2020-10-07 16:51:50 +02:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
Paulus Schoutsen
c33edbe5bb
Use TestCase.addCleanup () 2020-06-08 12:26:40 -07:00
Paulus Schoutsen
ec47216388
Use built-in test helpers on 3.8 () 2020-04-30 13:29:50 -07:00
Paulus Schoutsen
0d700f6a63
Fix tests for Python 3.8 () 2020-04-25 14:32:55 -07:00
Paulus Schoutsen
1c2bce9292
Fix recursion bug ()
* Fix recursion bug

* Remove shield
2020-02-20 08:51:00 -08:00
Paulus Schoutsen
111050bea9
Clean up core services ()
* Clean up core services

* Fix conversation test
2020-02-08 13:10:59 +01:00
Bas Nijholt
2abc9005cc use isort to sort imports according to PEP8 for homeassistant () 2019-12-09 09:38:24 +01:00
Pascal Vizeli
c1851a2d94
Cleanup coroutine threadsafe ()
* Cleanup coroutine threadsafe

* fix lint

* Fix typing

* Fix tests

* Fix black
2019-10-01 16:59:06 +02:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Paulus Schoutsen
7c5da67d74 Add service to update core location ()
* Add service to update core location

* Update test_init.py
2019-06-07 09:09:25 -05:00
Paulus Schoutsen
65432ba552 Move core stuff into Home Assistant integration ()
* Move core stuff into Home Assistant integration

* Lint
2019-03-26 13:38:32 +01:00
Renamed from tests/components/init/test_init.py (Browse further)