mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix PS4 blocking startup (#23893)
This commit is contained in:
parent
1fec64a1b3
commit
6b359c95da
@ -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