Add Pi-Hole docs (#892)

This commit is contained in:
Fabian Affolter 2016-09-09 17:41:58 +02:00 committed by GitHub
parent 39f5aa694e
commit 7c7d43ea8f
2 changed files with 31 additions and 0 deletions

View File

@ -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`.

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB