mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 19:06:55 +00:00
Add missing configuration variables
This commit is contained in:
parent
213e75cfbc
commit
a4c0b84e6b
@ -23,9 +23,13 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: pi_hole
|
- platform: pi_hole
|
||||||
host: 192.168.1.2
|
host: 192.168.1.2
|
||||||
|
ssl: True
|
||||||
|
verify_ssl:
|
||||||
```
|
```
|
||||||
|
|
||||||
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`.
|
||||||
|
- **verify_ssl** (*Optional*): Verify the certification of the system. Default to True.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user