ble_monitor
ble_monitor copied to clipboard
[Bug]: No module named 'aioblescan' with HA 2022.7.3
What happened?
After upgrading to Home Assistant 2022.7.3 the module fails to load. My setup:
- Home Assistant: core-2022.7.3
- Python: 3.10.5
- HACS: 1.26.0
Sensor type
No response
Relevant log output
2022-07-11 08:40:46 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration ble_monitor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-07-11 08:41:11 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration ble_monitor: Unable to import component: No module named 'aioblescan'
It looks like something went wrong with the installation. aioblescan should be installed during the setup process. Please try again by removing ble monitor, restart HA, install ble monitor, restart