Add missing configuration variables

This commit is contained in:
Fabian Affolter 2016-09-13 14:37:04 +02:00
parent 213e75cfbc
commit a4c0b84e6b
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -23,9 +23,13 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
sensor:
- platform: pi_hole
host: 192.168.1.2
ssl: True
verify_ssl:
```
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.