mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Include model name in flux_led discovery when available (#60105)
This commit is contained in:
@@ -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.az120444_aabbccddeeff"
|
||||
entity_id = "switch.rgbw_controller_ddeeff"
|
||||
|
||||
state = hass.states.get(entity_id)
|
||||
assert state.state == STATE_ON
|
||||
|
||||
Reference in New Issue
Block a user