We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354d83e commit 8b6bb23Copy full SHA for 8b6bb23
source/_components/sensor.pi_hole.markdown
@@ -24,12 +24,12 @@ sensor:
24
- platform: pi_hole
25
host: 192.168.1.2
26
ssl: True
27
- verify_ssl:
+ verify_ssl: False
28
```
29
30
Configuration variables:
31
32
- **host** (*Optional*): The IP address of the Pi-Hole system. Defaults to `localhost`.
33
- **ssl** (*Optional*): If `true`, use SSL/TLS to connect to the Pi-Hole system. Defaults to `False`.
34
-- **verify_ssl** (*Optional*): Verify the certification of the system. Default to True.
+- **verify_ssl** (*Optional*): Verify the certification of the system. Default to `True`.
35
0 commit comments