From: Seyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Date: Tue, 6 Aug 2019 01:37:53 +0000 (-0700)
Subject: Update bose-soundtouch-control.groovy
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1356d7163c309805960ab01ae15ff48c6a9aecb9;p=smartapps.git

Update bose-soundtouch-control.groovy
---

diff --git a/official/bose-soundtouch-control.groovy b/official/bose-soundtouch-control.groovy
index 442200b..81b9e5f 100755
--- a/official/bose-soundtouch-control.groovy
+++ b/official/bose-soundtouch-control.groovy
@@ -93,7 +93,7 @@ def mainPage() {
 		section("More options", hideable: true, hidden: true) {
 			input "volume", "number", title: "Set the volume volume", description: "0-100%", required: false
 			input "frequency", "decimal", title: "Minimum time between actions (defaults to every event)", description: "Minutes", required: false
-			href "timeIntervalInput", title: "Only during a certain time", description: timeLabel ?: "Tap to set", state: timeLabel ? "complete" : "incomplete"
+			href "timeIntervalInput", title: "Only during a certain time"
 			input "days", "enum", title: "Only on certain days of the week", multiple: true, required: false,
 				options: ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
 			if (settings.modes) {