mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Fix configuration sample
This commit is contained in:
parent
354d83e74e
commit
8b6bb23072
@ -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…
x
Reference in New Issue
Block a user