mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Add Pi-Hole docs (#892)
This commit is contained in:
parent
39f5aa694e
commit
7c7d43ea8f
31
source/_components/sensor.pi_hole.markdown
Normal file
31
source/_components/sensor.pi_hole.markdown
Normal 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`.
|
||||||
|
|
BIN
source/images/supported_brands/pi_hole.png
Normal file
BIN
source/images/supported_brands/pi_hole.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
Loading…
x
Reference in New Issue
Block a user