Skip to content

Commit 8b6bb23

Browse files
committed
Fix configuration sample
1 parent 354d83e commit 8b6bb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.pi_hole.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ sensor:
2424
- platform: pi_hole
2525
host: 192.168.1.2
2626
ssl: True
27-
verify_ssl:
27+
verify_ssl: False
2828
```
2929
3030
Configuration variables:
3131
3232
- **host** (*Optional*): The IP address of the Pi-Hole system. Defaults to `localhost`.
3333
- **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.
34+
- **verify_ssl** (*Optional*): Verify the certification of the system. Default to `True`.
3535

0 commit comments

Comments
 (0)