Skip to content

Commit be100c5

Browse files
tchellomellofabaff
authored andcommitted
Extends Pi-hole sensor to support the new monitored conditions (home-assistant#3011)
* Extends Pi-hole sensor to support the new sensors: - domains_being_blocked - queries_cached - queries_forwarded - unique_clients - unique_domains * Add periods
1 parent 17834a7 commit be100c5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/_components/sensor.pi_hole.markdown

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ Configuration variables:
3131
- **ssl** (*Optional*): If `true`, use SSL/TLS to connect to the Pi-Hole system. Defaults to `False`.
3232
- **verify_ssl** (*Optional*): Verify the certification of the system. Default to `True`.
3333
- **monitored_conditions** (*Optional*): Defines the stats to monitor as sensors.
34-
- **dns_queries_today**: Total number of DNS queries handled by Pi-Hole today
35-
- **ads_blocked_today**: Total number of blocked ads today
36-
- **ads_percentage_today**: Percentage of blocked ads
37-
34+
- **ads_blocked_today**: Total number of blocked ads today.
35+
- **ads_percentage_today**: Percentage of blocked ads.
36+
- **dns_queries_today**: Total number of DNS queries handled by Pi-Hole today.
37+
- **domains_being_blocked**: Total number of domains blocked by Pi-Hole.
38+
- **queries_cached**: Total number of cache queries on the last 24 hours.
39+
- **queries_forwarded**: Total number of forwarded queries on the last 24 hours.
40+
- **unique_clients**: Total number of unique clients on the last 24 hours.
41+
- **unique_domains**: Total number of unique domains on the last 24 hours.

0 commit comments

Comments
 (0)