Update flux_led for upstream strict typing (#60800)
- Bump library to 0.25.10 - Changelog: https://github.com/Danielhiversen/flux_led/compare/0.25.2...0.25.10 - This is a squashed version of #60554 since that one keeps failing to restore the python env on 3.9
This commit is contained in:
parent
653fb5b637
commit
da2fb17d94
14 changed files with 181 additions and 104 deletions
|
@ -39,7 +39,7 @@ async def test_switch_on_off(hass: HomeAssistant) -> None:
|
|||
await async_setup_component(hass, flux_led.DOMAIN, {flux_led.DOMAIN: {}})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
entity_id = "switch.rgbw_controller_ddeeff"
|
||||
entity_id = "switch.bulb_rgbcw_ddeeff"
|
||||
|
||||
state = hass.states.get(entity_id)
|
||||
assert state.state == STATE_ON
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue