Logger: homeassistant.setup
Source: components/device_tracker/legacy.py:303
First occurred: 16:24:55 (1 occurrences)
Last logged: 16:24:55
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
Do you have any references to nmap_tracker in your configuration.yaml? I think the error in the logs is not related the device_tracker: section shown above.
You did not pay attention to the Breaking Changes section in the release notes.
Nmap Tracker
The previously deprecated YAML configuration of the Nmap Tracker integration has been removed.
Nmap Tracker is now configured via the UI, any existing YAML configuration has been imported in previous releases and can now be safely removed from your YAML configuration files.
The configuration.yaml is no longer the place to configure / provision everything. You add integrations via UI, see devices in the UI and entities in the UI. When running HA OS (formerly HASS.IO) there is even such thing like âadd-onsâ.
You hat the nmap integration in your configuration.yaml and is has been moved to the UI-oriented integration setup long time ago. So when click on settings, then âIntegrationsâ in the âDevices & Servicesâ box, you should find the Nmap Tracker integration there. From there, you can see all the entities it generates.