Fix configuration sample
This commit is contained in:
parent
354d83e74e
commit
8b6bb23072
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@ sensor:
|
||||||
- platform: pi_hole
|
- platform: pi_hole
|
||||||
host: 192.168.1.2
|
host: 192.168.1.2
|
||||||
ssl: True
|
ssl: True
|
||||||
verify_ssl:
|
verify_ssl: False
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Optional*): The IP address of the Pi-Hole system. Defaults to `localhost`.
|
- **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`.
|
- **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`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue