1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-18 01:40:11 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Marc Mueller
32f3f46542 Add empty line after module docstring (2) [tests.components] () 2024-03-08 19:16:21 +01:00
Erik Montnemery
346674a1a8 Use freezegun in wled tests () 2023-08-25 08:59:30 -05:00
Franck Nijhof
216864d8f0 Refactor WLED switch tests () 2023-03-05 19:46:53 -05:00
Franck Nijhof
36e59fc322 Cleanups in WLED tests () 2023-02-20 13:00:02 +01:00
Erik Montnemery
cc564026fa Move EntityCategory to homeassistant.const ()
* Move EntityCategory to homeassistant.const

* Fix more imports
2023-02-09 20:15:37 +01:00
Franck Nijhof
652892e535 Do not swallow WLED errors () 2022-05-24 16:30:41 +02:00
Robert Hillis
78f2866f98 Finish using enums in wled () 2021-12-18 16:17:55 +01:00
Franck Nijhof
25f491ad16 Add WLED reverse effect switch () 2021-11-20 08:57:47 -06:00
Paulus Schoutsen
3c11e2a097 Add entity category to WLED () 2021-10-14 13:31:01 -07:00
Franck Nijhof
7393cba0a5 Mock WLED in all WLED tests ()
* Mock WLED in all WLED tests

* Update tests/components/wled/conftest.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Remove useless AsyncMock

* Add missing asserts

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-06-11 11:36:54 +02:00
Franck Nijhof
332c86ff8c Restructure WLED integration () 2021-06-09 20:15:46 +02:00
Erik Montnemery
b3fecb1c95 Update tests t-z to use async_get() instead of async_get_registry() () 2021-03-09 14:25:03 +01:00
Franck Nijhof
65cf2fcb6f Drop asynctest () 2021-01-01 22:31:56 +01:00
Franck Nijhof
d2e6b863b7 Upgrade wled 0.4.1 () 2020-06-03 02:29:49 +02:00
Paulus Schoutsen
ec47216388 Use built-in test helpers on 3.8 () 2020-04-30 13:29:50 -07:00
Paulus Schoutsen
c6ba607c8c Use IP addresses instead of mDNS names when wled discovered () 2020-04-03 22:41:08 -07:00
Franck Nijhof
992daa4a44 Migrate WLED to use DataUpdateCoordinator ()
* Migrate WLED to use DataUpdateCoordinator

* Remove stale debug statement

* Process review suggestions

* Improve tests

* Improve tests
2020-03-13 13:19:05 +01:00
Franck Nijhof
b2071b81c1 Add switch platform to WLED integration ()
* Add switch platform to WLED integration

* Use async_schedule_update_ha_state in async context

* Process review comments
2019-11-08 09:48:46 +01:00