1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Migrate ZHA to new entity naming standard (#74846)

This commit is contained in:
David F. Mulcahey
2022-07-10 16:17:59 -04:00
committed by GitHub
parent 8285f42d26
commit 6f28e4bfee
10 changed files with 1210 additions and 1207 deletions

View File

@@ -311,7 +311,7 @@ async def test_device_restore_availability(
zha_device = await zha_device_restored(
zigpy_device, last_seen=time.time() - last_seen_delta
)
entity_id = "switch.fakemanufacturer_fakemodel_e769900a_on_off"
entity_id = "switch.fakemanufacturer_fakemodel_switch"
await hass.async_block_till_done()
# ensure the switch entity was created