mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix missing test assertion in ZHA siren test (#61009)
This commit is contained in:
parent
a5b0e21e08
commit
5fd4c37427
@ -137,3 +137,5 @@ async def test_siren(hass, siren):
|
|||||||
now = dt_util.utcnow() + timedelta(seconds=15)
|
now = dt_util.utcnow() + timedelta(seconds=15)
|
||||||
async_fire_time_changed(hass, now)
|
async_fire_time_changed(hass, now)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
|
assert hass.states.get(entity_id).state == STATE_OFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user