We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194b8b8 commit f291107Copy full SHA for f291107
source/_components/sensor.pi_hole.markdown
@@ -29,4 +29,8 @@ Configuration variables:
29
- **host** (*Optional*): The IP address of the Pi-Hole system. Defaults to `localhost`.
30
- **ssl** (*Optional*): If `true`, use SSL/TLS to connect to the Pi-Hole system. Defaults to `False`.
31
- **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
36
0 commit comments