Skip to content

Commit 7c7d43e

Browse files
authored
Add Pi-Hole docs (home-assistant#892)
1 parent 39f5aa6 commit 7c7d43e

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: page
3+
title: "Pi-Hole Sensor"
4+
description: "Instructions how to integrate REST sensors into Home Assistant."
5+
date: 2016-09-03 16:30
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: System Monitor
11+
ha_iot_class: "Local Polling"
12+
logo: pi_hole.png
13+
ha_release: 0.28
14+
---
15+
16+
17+
The `pi_hole` sensor platform is displaying the statistical summary of a [Pi-Hole](https://pi-hole.net/) system.
18+
19+
To enable this sensor, add the following lines to your `configuration.yaml` file for a GET request:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
sensor:
24+
- platform: pi_hole
25+
host: 192.168.1.2
26+
```
27+
28+
Configuration variables:
29+
30+
- **host** (*Optional*): The IP address of the Pi-Hole system. Defaults to `localhost`.
31+
7.04 KB
Loading

0 commit comments

Comments
 (0)