Recently, I have been planning to make some changes to my network topology. As I was checking the configuration of all devices remotely, I decided this was a good opportunity to apply updates and generally tidy up old configuration.
For Pi-hole, updating is usually
painless and only needs a pihole -up
to pull in a new version of the software.
I use Home Assistant to monitor my homelab and I noticed that the Pi-hole integration was no longer working. It did not take long to find that there was an API change in version 6 of Pi-hole. There is a new Pi-hole integration that offers compatibility with version 6; via HACS.
The README files are pretty good at explaining what needs to be done, so I won't repeat them here but instead give a quick overview of the process:
Asides from the docker stuff, the whole process took less than 30 minutes.
< Back