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:
committed by
GitHub
parent
8285f42d26
commit
6f28e4bfee
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user