mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02:00
Adjust light condition test (#160831)
This commit is contained in:
@@ -165,8 +165,8 @@ async def test_light_state_condition_behavior_any(
|
||||
for state in states:
|
||||
for eid in target_switches:
|
||||
set_or_remove_state(hass, eid, state["included"])
|
||||
await hass.async_block_till_done()
|
||||
assert not await has_single_call_after_trigger(hass, service_calls)
|
||||
await hass.async_block_till_done()
|
||||
assert not await has_single_call_after_trigger(hass, service_calls)
|
||||
|
||||
for state in states:
|
||||
included_state = state["included"]
|
||||
|
||||
Reference in New Issue
Block a user