mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 10:38:22 +00:00
Remove sleep
This commit is contained in:
parent
919e41595b
commit
ffc0272a80
@ -173,7 +173,6 @@ async def async_migrate_entry(hass: HomeAssistant, entry: ScrapeConfigEntry) ->
|
|||||||
sensor_advanced_key
|
sensor_advanced_key
|
||||||
)
|
)
|
||||||
|
|
||||||
await asyncio.sleep(0.1) # Ensure different subentry IDs
|
|
||||||
new_sub_entry = ConfigSubentry(
|
new_sub_entry = ConfigSubentry(
|
||||||
data=MappingProxyType(sensor_config),
|
data=MappingProxyType(sensor_config),
|
||||||
subentry_type="entity",
|
subentry_type="entity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user