Skip to content

Commit a4c0b84

Browse files
committed
Add missing configuration variables
1 parent 213e75c commit a4c0b84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_components/sensor.pi_hole.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
2323
sensor:
2424
- platform: pi_hole
2525
host: 192.168.1.2
26+
ssl: True
27+
verify_ssl:
2628
```
2729
2830
Configuration variables:
2931
3032
- **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.
3135

0 commit comments

Comments
 (0)