mirror of
https://github.com/home-assistant/core.git
synced 2025-09-06 13:21:33 +02:00
Remove sleep
This commit is contained in:
@@ -173,7 +173,6 @@ async def async_migrate_entry(hass: HomeAssistant, entry: ScrapeConfigEntry) ->
|
||||
sensor_advanced_key
|
||||
)
|
||||
|
||||
await asyncio.sleep(0.1) # Ensure different subentry IDs
|
||||
new_sub_entry = ConfigSubentry(
|
||||
data=MappingProxyType(sensor_config),
|
||||
subentry_type="entity",
|
||||
|
Reference in New Issue
Block a user