Fix missing test assertion in ZHA siren test (#61009)

This commit is contained in:
David F. Mulcahey 2021-12-04 13:50:55 -05:00 committed by GitHub
parent a5b0e21e08
commit 5fd4c37427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,3 +137,5 @@ async def test_siren(hass, siren):
now = dt_util.utcnow() + timedelta(seconds=15)
async_fire_time_changed(hass, now)
await hass.async_block_till_done()
assert hass.states.get(entity_id).state == STATE_OFF