From a501415df6be08e468284fdcecca68b0fcf17166 Mon Sep 17 00:00:00 2001 From: Adam <22942687+SilvrrGIT@users.noreply.github.com> Date: Fri, 27 Sep 2019 11:21:18 -0500 Subject: [PATCH] Correct Port 4685 to 4865 (#10466) --- source/_components/pi_hole.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/pi_hole.markdown b/source/_components/pi_hole.markdown index 5c7ac1b2c68..56297ef1735 100644 --- a/source/_components/pi_hole.markdown +++ b/source/_components/pi_hole.markdown @@ -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 @@ -54,7 +54,7 @@ verify_ssl: ```yaml # Example configuration.yaml entry pi_hole: - host: 'localhost:4685' + host: 'localhost:4865' ssl: false verify_ssl: false ```