Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct Port 4685 to 4865 #10466

Merged
merged 1 commit into from Sep 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/_components/pi_hole.markdown
Expand Up @@ -24,10 +24,10 @@ pi_hole:
{% configuration %}
host:
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
type: string
default: pi.hole
Expand All @@ -54,7 +54,7 @@ verify_ssl:
```yaml
# Example configuration.yaml entry
pi_hole:
host: 'localhost:4685'
host: 'localhost:4865'
ssl: false
verify_ssl: false
```
Expand Down