mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Document the available conditions to monitor (#2211)
This commit is contained in:
parent
194b8b8112
commit
f291107790
@ -29,4 +29,8 @@ 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`.
|
||||||
|
- **monitored_conditions** (*Optional*): Defines the stats to monitor as sensors.
|
||||||
|
- **dns_queries_today**: Total number of DNS queries handled by Pi-Hole today
|
||||||
|
- **ads_blocked_today**: Total number of blocked ads today
|
||||||
|
- **ads_percentage_today**: Percentage of blocked ads
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user