Skip to content

Commit f291107

Browse files
colinodellfabaff
authored andcommitted
Document the available conditions to monitor (home-assistant#2211)
1 parent 194b8b8 commit f291107

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_components/sensor.pi_hole.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ Configuration variables:
2929
- **host** (*Optional*): The IP address of the Pi-Hole system. Defaults to `localhost`.
3030
- **ssl** (*Optional*): If `true`, use SSL/TLS to connect to the Pi-Hole system. Defaults to `False`.
3131
- **verify_ssl** (*Optional*): Verify the certification of the system. Default to `True`.
32+
- **monitored_conditions** (*Optional*): Defines the stats to monitor as sensors.
33+
- **dns_queries_today**: Total number of DNS queries handled by Pi-Hole today
34+
- **ads_blocked_today**: Total number of blocked ads today
35+
- **ads_percentage_today**: Percentage of blocked ads
3236

0 commit comments

Comments
 (0)