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`.