Pi-Hole Sensor
The pi_hole
sensor platform is displaying the statistical summary of a Pi-Hole system.
To enable this sensor, add the following lines to your configuration.yaml
file for a GET request:
# Example configuration.yaml entry
sensor:
- platform: pi_hole
host: 192.168.1.2
Configuration variables:
- host (Optional): The IP address of the Pi-Hole system. Defaults to
localhost
.