mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Update to reflect that Pi-hole is now an integration, not just a sensor (#10565)
* Update to reflect that this is now an intergration, not just a sensor * ✏️ Tweak * ✏️ Tweak
This commit is contained in:
parent
417c5fd425
commit
c12e1cc164
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Pi-hole Sensor"
|
title: "Pi-hole"
|
||||||
description: "Instructions on how to integrate Pi-hole sensors into Home Assistant."
|
description: "Instructions on how to integrate Pi-hole with Home Assistant."
|
||||||
ha_category:
|
ha_category:
|
||||||
- System Monitor
|
- System Monitor
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
@ -8,7 +8,7 @@ logo: pi_hole.png
|
|||||||
ha_release: 0.28
|
ha_release: 0.28
|
||||||
---
|
---
|
||||||
|
|
||||||
The `pi_hole` integration allows you to retrieve and display statistics from a single [Pi-hole](https://pi-hole.net/) system.
|
The `pi_hole` integration allows you to retrieve statistics and interact with a single [Pi-hole](https://pi-hole.net/) system.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@ -22,10 +22,7 @@ pi_hole:
|
|||||||
{% configuration %}
|
{% configuration %}
|
||||||
host:
|
host:
|
||||||
description: >
|
description: >
|
||||||
The hostname (and port), e.g. '192.168.0.3:4865' of the host where Pi-hole is running.
|
The hostname (and port), e.g., '192.168.0.3:4865' of the host where Pi-hole is running. If your Pi-Hole instance is the Hass.io add-on, you *must* specify port `4865`.
|
||||||
|
|
||||||
|
|
||||||
**Note:** If your Pi-Hole instance is the Hass.io add-on, you *must* specify port `4865`.
|
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: pi.hole
|
default: pi.hole
|
||||||
@ -41,7 +38,8 @@ ssl:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
verify_ssl:
|
verify_ssl:
|
||||||
description: Verify the certification of the system.
|
description: >
|
||||||
|
Verify the SSL/TLS certificate of the system. If your Pi-Hole instance uses a self-signed certificate, you should specify `false`.
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user