From b3e5b3ec09ed08ab101d9e9970191407fbb6a874 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Mon, 5 Aug 2019 15:19:31 -0700 Subject: [PATCH] Update gentle-wake-up.groovy --- official/gentle-wake-up.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/official/gentle-wake-up.groovy b/official/gentle-wake-up.groovy index 3fed2e8..139427e 100755 --- a/official/gentle-wake-up.groovy +++ b/official/gentle-wake-up.groovy @@ -86,9 +86,9 @@ def unsupportedDevicesPage() { paragraph deviceLabel(it) } } - section { + /*section { input(name: "dimmers", type: "capability.sensor", title: "Please remove the above devices from this list.", submitOnChange: true, multiple: true) - } + }*/ section { paragraph "If you think there is a mistake here, please contact support." } -- 2.34.1