We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25ced1f + 394ec5a commit 1482f8dCopy full SHA for 1482f8d
custom_components/ble_monitor/__init__.py
@@ -176,7 +176,7 @@ async def service_parse_data(service_call):
176
177
_LOGGER.debug("Initializing BLE Monitor integration (YAML): %s", CONFIG_YAML)
178
179
- hass.async_add_job(
+ hass.async_create_task(
180
hass.config_entries.flow.async_init(
181
DOMAIN, context={"source": SOURCE_IMPORT}, data=copy.deepcopy(CONFIG_YAML)
182
)
custom_components/ble_monitor/manifest.json
@@ -14,5 +14,5 @@
14
"btsocket>=0.2.0",
15
"pyric>=0.1.6.3"
16
],
17
- "version": "12.10.2"
+ "version": "12.10.3"
18
}
0 commit comments