mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Correct Port 4685 to 4865 (#10466)
This commit is contained in:
parent
e8c9e6d07f
commit
a501415df6
@ -24,10 +24,10 @@ pi_hole:
|
|||||||
{% configuration %}
|
{% configuration %}
|
||||||
host:
|
host:
|
||||||
description: >
|
description: >
|
||||||
The hostname (and port), e.g. '192.168.0.3:4685' 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.
|
||||||
|
|
||||||
|
|
||||||
**Note:** If your Pi-Hole instance is the Hass.io add-on, you *must* specify port `4685`.
|
**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
|
||||||
@ -54,7 +54,7 @@ verify_ssl:
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
pi_hole:
|
pi_hole:
|
||||||
host: 'localhost:4685'
|
host: 'localhost:4865'
|
||||||
ssl: false
|
ssl: false
|
||||||
verify_ssl: false
|
verify_ssl: false
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user