From 1b385afa5b45e8f995dfa5802bd86b76d9ebbd07 Mon Sep 17 00:00:00 2001 From: vlaminck Date: Fri, 22 Jul 2016 08:16:42 -0500 Subject: [PATCH] Fix: Gentle Wake Up requires contact input for Contact Book users --- smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy b/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy index ed2fe8c..e5b34ae 100644 --- a/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy +++ b/smartapps/smartthings/gentle-wake-up.src/gentle-wake-up.groovy @@ -237,7 +237,7 @@ def completionPage() { } section("Notifications") { - input("recipients", "contact", title: "Send notifications to") { + input("recipients", "contact", title: "Send notifications to", required: false) { input(name: "completionPhoneNumber", type: "phone", title: "Text This Number", description: "Phone number", required: false) input(name: "completionPush", type: "bool", title: "Send A Push Notification", description: "Phone number", required: false) }