Remove sleep

This commit is contained in:
G Johansson 2025-07-08 12:24:44 +00:00
parent 919e41595b
commit ffc0272a80

View File

@ -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",