mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix PS4 blocking startup (#23893)
This commit is contained in:
parent
6aa9844f8f
commit
0f140751b2
@ -73,7 +73,6 @@ async def async_migrate_entry(hass, entry):
|
||||
|
||||
# Remove old entity entry.
|
||||
registry.async_remove(entity_id)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
# Format old unique_id.
|
||||
unique_id = format_unique_id(entry.data[CONF_TOKEN], unique_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user