Fix configuration sample

This commit is contained in:
Fabian Affolter 2016-09-29 10:36:01 +02:00
parent 354d83e74e
commit 8b6bb23072
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

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