Hey there!
I am still setting up my Home Assistant and enabled a device tracker for me and my family members.
Until this afternoon everything worked fine until I updated to 2022.10.5.
After that I got following notifications:
With this being in my log:
2022-10-31 20:18:59.608 ERROR (MainThread) [homeassistant.setup] Error during setup of component device_tracker
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 235, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/device_tracker/__init__.py", line 66, in async_setup
await async_setup_legacy_integration(hass, config)
File "/usr/src/homeassistant/homeassistant/components/device_tracker/legacy.py", line 195, in async_setup_integration
legacy_platforms = await async_extract_config(hass, config)
File "/usr/src/homeassistant/homeassistant/components/device_tracker/legacy.py", line 340, in async_extract_config
raise ValueError(
ValueError: Unable to determine type for fritz: None
2022-10-31 20:19:01.628 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of ios. Setup failed for dependencies: device_tracker
2022-10-31 20:19:01.902 ERROR (MainThread) [homeassistant.setup] Setup failed for ios: (DependencyError(...), 'Could not setup dependencies: device_tracker')
Here is the configuration I used for my device trackers:
device_tracker:
- platform: fritz
interval_seconds: 10
consider_home: 180
new_device_defaults:
track_new_devices: false
If I comment this out and restart Home Assistant everything is fine and I do not get any errors. How ever I do not understand why I got problems with the IOS integration as well (I use an iPhone and the companion app).
I hope someone can help me. I tried googling but everything I found was the same as I did it and as already mentioned it worked before so I did not get new information at all.
Let me know if you need anything!
Thanks in advance!