From e401a5ed17807832fcdb6f070e0439609a20fa36 Mon Sep 17 00:00:00 2001 From: Ben Lebherz Date: Mon, 27 Aug 2018 13:03:06 +0200 Subject: [PATCH] pi_hole sensor also supports a list for monitored_conditions (#6093) * pi_hole sensor also supports a list as monitored_conditions * Minor change --- source/_components/sensor.pi_hole.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/sensor.pi_hole.markdown b/source/_components/sensor.pi_hole.markdown index 78b4e0fb553..071f5ca0314 100644 --- a/source/_components/sensor.pi_hole.markdown +++ b/source/_components/sensor.pi_hole.markdown @@ -50,7 +50,7 @@ verify_ssl: monitored_conditions: description: Defines the stats to monitor as sensors. required: false - type: string + type: list default: ads_blocked_today keys: ads_blocked_today: @@ -74,4 +74,3 @@ monitored_conditions: {% endconfiguration %} This sensor platform was not made by Pi-hole LLC or the Pi-hole community. They didn't provide support, feedback, testing or helped in any way while it was created. This is third party, may not work if Pi-hole is breaking their API with the latest release, not official, not developed, not supported and not endorsed Pi-hole LLC or the Pi-hole community. The trademark `Pi-hole` and the logo is used here to describe the platform and only to describe. `Pi-hole` is a registered trademark of Pi-hole LLC. -