Device tracker does not work after core update to 2022.10.5

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:

Screenshot_20221031_202649

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!

I think the configuration you use is deprecated and was probably removed around now, since the changes was made around a year ago.

The configuration.yaml setup was completely removed in february.

Sorry for coming back to you this late. Got a bit stressful at work and then I totally forgot about this problem.

I did not really find anything that solved my problem in those two links you sent. Which sections do you refer to?

On the Device tracker the configuration is still shown as I did it in my case.

The tracking still seems to work but the error concerns me nevertheless.

Once again sorry for taking so long to answer.

Hopefully I will understand what you meant with those links.

Thank you!

Edit

My bad. I found it know. Makes sense. Does align with the fact that the tracking was still working.
Thank you!

I think this line is the most important one.

I think it indicate a problem with the platform fritz and looking in the breaking changes section of those two release notes I linked to tells me that changes have happened to the integration frizt, which might needs to be addressed accordingly.

Yes. Just in the minute you wrote this comment I found the corresponding lines as well, thank you!