Fix PS4 blocking startup (#23893)

This commit is contained in:
Paulus Schoutsen 2019-05-16 05:43:19 +02:00 committed by GitHub
parent 1fec64a1b3
commit 6b359c95da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)