Just to add that I installed homeassistant for the first time in a docker container a few months back.
Later I noticed that I was having strange DNS resolution failures. Turns out I was being blocked by quad9 DNS because HA was doing a PTR query for each IP in the local address range, exactly once an hour, all within a few milliseconds.
Too bad this is still not fixed by default after all these years.
This worked for me. Thanks so much. If I want to have HA auto-discover new integrations I can easily enable and then disable dhcp from this integration.
And another one here - Iāve never seen this before 2025.3. Since then Iāve been logging around 260-270 PTR queries every hour from HA, looking at IPs on my LAN. A few hours ago I used the Default Config Disabler to disable the DHCP integration, as suggested further up the thread, and that seems to have stopped the queries - so far so good.
One of the past updates also triggered the hourly PTR wave on my HA installation (RPi).
Disabling the dhcp integration proved to solve the problem, I verified it by re-activation and the problem reoccurred.
Disabling default_config creates the issue, that if a future update changes the default_config the HA installation will not pick up on it, if you create your own config. Youāll have to remember changing this - which I didnāt want to.
The solution that worked for me is this: GitHub - arturpragacz/hass-cc-default-config-exclude: Exclude components from Home Assistant Default Config
This allows something like this:
Iāve just noticed this happening from my Home Assistant 2025.7.1 in my Adguard Home logs - why hasnāt this issue been properly resolved all this time??
Iāll try the default_config/dhcp suggested fix, but what else is likely to break when I disable HA dhcp?
UPDATE: Iām still waiting to see if disabling dhcp has resolved the issue on my rpi5 HAOS, but in the meantime, Iāve now noticed my ābackupā HAOS on my old rpi2b (also 2025.7.1) is now spamming Adguard Home with hundreds of reverse DNS lookups! This issue needs resolved ASAP!