From 78b9eb4587b5803b0c53c473d7051b08bbda9937 Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Fri, 9 Aug 2019 15:54:10 -0700 Subject: [PATCH] Update speaker-weather-forecast.groovy --- official/speaker-weather-forecast.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/official/speaker-weather-forecast.groovy b/official/speaker-weather-forecast.groovy index 951b372..256b58f 100755 --- a/official/speaker-weather-forecast.groovy +++ b/official/speaker-weather-forecast.groovy @@ -70,7 +70,7 @@ def mainPage() { ifSet "timeOfDay", "time", title: "At a Scheduled Time", required: false } } - def hideable = anythingSet || app.installationState == "COMPLETE" + def hideable = anythingSet //|| app.installationState == "COMPLETE" def sectionTitle = anythingSet ? "Select additional triggers" : "Play weather report when..." section(sectionTitle, hideable: hideable, hidden: true){ @@ -103,7 +103,7 @@ def mainPage() { } section("More options", hideable: true, hidden: true) { input "resumePlaying", "bool", title: "Resume currently playing music after weather report finishes", required: false, defaultValue: true - href "chooseTrack", title: "Or play this music or radio station", description: song ? state.selectedSong?.station : "Tap to set", state: song ? "complete" : "incomplete" + //href "chooseTrack", title: "Or play this music or radio station", description: song ? state.selectedSong?.station : "Tap to set", state: song ? "complete" : "incomplete" input "zipCode", "text", title: "Zip Code", required: false input "volume", "number", title: "Temporarily change volume", description: "0-100%", required: false -- 2.34.1