Good Day,
I hope all is well under the circumstances.
I am experiencing problems with device tracker after upgrading to latest versions 7.2 and 2022.2.3 , my devices are no longer visible and I get this error on startup:
Error during setup of component device_tracker
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 227, in _async_setup_component
result = await task
File "/usr/src/homeassistant/homeassistant/components/device_tracker/__init__.py", line 50, in async_setup
await async_setup_legacy_integration(hass, config)
File "/usr/src/homeassistant/homeassistant/components/device_tracker/legacy.py", line 158, in async_setup_integration
legacy_platforms = await async_extract_config(hass, config)
File "/usr/src/homeassistant/homeassistant/components/device_tracker/legacy.py", line 303, in async_extract_config
raise ValueError(
ValueError: Unable to determine type for nmap_tracker: None
I have mqtt devices and nmap devices, all devices show as unavailable
The devices are in known devices but they are no longer rendered under device_tracker, I read in breaking changes that I must enable the devices, but not sure how or where.
This is what they say in the device section:
When I go back to a previous version, I am able to see my devices as follows:
What must I adjust to restore my badges and trackers?
Regards
Caswell