Migrate WLED to use DataUpdateCoordinator (#32565)
* Migrate WLED to use DataUpdateCoordinator * Remove stale debug statement * Process review suggestions * Improve tests * Improve tests
This commit is contained in:
parent
26d7b2164e
commit
992daa4a44
8 changed files with 478 additions and 560 deletions
|
@ -3,11 +3,6 @@
|
|||
# Integration domain
|
||||
DOMAIN = "wled"
|
||||
|
||||
# Home Assistant data keys
|
||||
DATA_WLED_CLIENT = "wled_client"
|
||||
DATA_WLED_TIMER = "wled_timer"
|
||||
DATA_WLED_UPDATED = "wled_updated"
|
||||
|
||||
# Attributes
|
||||
ATTR_COLOR_PRIMARY = "color_primary"
|
||||
ATTR_DURATION = "duration"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue