diff --git a/custom_components/ble_monitor/__init__.py b/custom_components/ble_monitor/__init__.py index 2fb80aad..f29fd432 100644 --- a/custom_components/ble_monitor/__init__.py +++ b/custom_components/ble_monitor/__init__.py @@ -176,7 +176,7 @@ async def service_parse_data(service_call): _LOGGER.debug("Initializing BLE Monitor integration (YAML): %s", CONFIG_YAML) - hass.async_add_job( + hass.async_create_task( hass.config_entries.flow.async_init( DOMAIN, context={"source": SOURCE_IMPORT}, data=copy.deepcopy(CONFIG_YAML) ) diff --git a/custom_components/ble_monitor/manifest.json b/custom_components/ble_monitor/manifest.json index f306472c..7722d684 100644 --- a/custom_components/ble_monitor/manifest.json +++ b/custom_components/ble_monitor/manifest.json @@ -14,5 +14,5 @@ "btsocket>=0.2.0", "pyric>=0.1.6.3" ], - "version": "12.10.2" + "version": "12.10.3" }