From a4c0b84e6b0865e4e5423acd69e6cf05f4494b8c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Sep 2016 14:37:04 +0200 Subject: [PATCH] Add missing configuration variables --- source/_components/sensor.pi_hole.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/sensor.pi_hole.markdown b/source/_components/sensor.pi_hole.markdown index a0b475fd04e..7545dd91738 100644 --- a/source/_components/sensor.pi_hole.markdown +++ b/source/_components/sensor.pi_hole.markdown @@ -23,9 +23,13 @@ To enable this sensor, add the following lines to your `configuration.yaml` file sensor: - platform: pi_hole host: 192.168.1.2 + ssl: True + verify_ssl: ``` 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.