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.