mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Update surepetcare test (#56871)
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
parent
f8b6fba3eb
commit
2fdef0e144
@ -100,7 +100,7 @@ async def test_unlock_failing(hass, surepetcare) -> None:
|
|||||||
assert await async_setup_component(hass, DOMAIN, MOCK_CONFIG)
|
assert await async_setup_component(hass, DOMAIN, MOCK_CONFIG)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
entity_id = list(EXPECTED_ENTITY_IDS.keys())[0]
|
entity_id = list(EXPECTED_ENTITY_IDS)[0]
|
||||||
|
|
||||||
await hass.services.async_call(
|
await hass.services.async_call(
|
||||||
"lock", "lock", {"entity_id": entity_id}, blocking=True
|
"lock", "lock", {"entity_id": entity_id}, blocking=True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user