File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments