-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Error during setup of component iphonedetect: No scanner tool available
Traceback (most recent call last):
File "/Users/jojo/.homeassistant/custom_components/iphonedetect/init.py", line 43, in async_setup
scanner: Scanner = await async_get_scanner(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jojo/.homeassistant/custom_components/iphonedetect/scanner.py", line 159, in async_get_scanner
raise ScannerException("No scanner tool available")
custom_components.iphonedetect.scanner.ScannerException: No scanner tool available
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/jojo/homeassistant/lib/python3.13/site-packages/homeassistant/setup.py", line 422, in _async_setup_component
result = await task
^^^^^^^^^^
File "/Users/jojo/.homeassistant/custom_components/iphonedetect/init.py", line 45, in async_setup
raise PlatformNotReady(error)
homeassistant.exceptions.PlatformNotReady: No scanner tool available