Closed Elarion245 closed 3 months ago
In the meantime I also receive the following message in addition:
Detected that custom integration 'ble_monitor' calls async_forward_entry_setup for integration, ble_monitor with title: Bluetooth Low Energy Monitor and entry_id: 31143dd8cd98276a53e38a03917e4125, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/ble_monitor/__init__.py, line 354: hass.async_create_task(, please create a bug report at https://github.com/custom-components/ble_monitor/issues
In full:
2024-07-25 22:22:04.886 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'ble_monitor' calls async_forward_entry_setup for integration, ble_monitor with title: Bluetooth Low Energy Monitor and entry_id: 31143dd8cd98276a53e38a03917e4125, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/ble_monitor/__init__.py, line 354: hass.async_create_task(, please create a bug report at https://github.com/custom-components/ble_monitor/issues
2024-07-25 22:22:21.846 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration ble_monitor with title: Bluetooth Low Energy Monitor and entry_id: 31143dd8cd98276a53e38a03917e4125, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
Did you update ble monitor to the latest version? It should already be fixed
Yes, I am on 12.13.0
Ok, I can conform your issue. Related HA change https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups. Will fix it asap, but can take a few weeks due to holidays
Great news. Many thanks,
+1
Fixed in 12.15.0
Confirmed. Many thanks for your efforts!
Many thanks for this. From what I could see my BLE sensors stopped working until I upgraded HAOS to the current version (just applying this update didn't seem to be enough on its own), but I've since done that and it all seems to be working nicely again, so thank you.
Thanks Ernst79
What happened?
I receive the following warning with the most recent version after upgrading to HAOS 12.4 (may be unrelated, but resulted in a full reboot):
Detected code that calls async_forward_entry_setup for integration ble_monitor with title: Bluetooth Low Energy Monitor and entry_id: 31143dd8cd98276a53e38a03917e4125, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.
Sensor type
I assume independent of sensor?
Relevant log output