From 8b6bb23072aaff807b9fe4a232fe5c5733a1b298 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 Sep 2016 10:36:01 +0200 Subject: [PATCH] Fix configuration sample --- source/_components/sensor.pi_hole.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.pi_hole.markdown b/source/_components/sensor.pi_hole.markdown index 7545dd91738..f4c6c117a17 100644 --- a/source/_components/sensor.pi_hole.markdown +++ b/source/_components/sensor.pi_hole.markdown @@ -24,12 +24,12 @@ sensor: - platform: pi_hole host: 192.168.1.2 ssl: True - verify_ssl: + verify_ssl: False ``` Configuration variables: - **host** (*Optional*): The IP address of the Pi-Hole system. Defaults to `localhost`. - **ssl** (*Optional*): If `true`, use SSL/TLS to connect to the Pi-Hole system. Defaults to `False`. -- **verify_ssl** (*Optional*): Verify the certification of the system. Default to True. +- **verify_ssl** (*Optional*): Verify the certification of the system. Default to `True`.