diff --git a/source/_components/sensor.pi_hole.markdown b/source/_components/sensor.pi_hole.markdown new file mode 100644 index 00000000000..a0b475fd04e --- /dev/null +++ b/source/_components/sensor.pi_hole.markdown @@ -0,0 +1,31 @@ +--- +layout: page +title: "Pi-Hole Sensor" +description: "Instructions how to integrate REST sensors into Home Assistant." +date: 2016-09-03 16:30 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: System Monitor +ha_iot_class: "Local Polling" +logo: pi_hole.png +ha_release: 0.28 +--- + + +The `pi_hole` sensor platform is displaying the statistical summary of a [Pi-Hole](https://pi-hole.net/) system. + +To enable this sensor, add the following lines to your `configuration.yaml` file for a GET request: + +```yaml +# 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`. + diff --git a/source/images/supported_brands/pi_hole.png b/source/images/supported_brands/pi_hole.png new file mode 100644 index 00000000000..7d2c70b3c1b Binary files /dev/null and b/source/images/supported_brands/pi_hole.png differ