Update gentle-wake-up.groovy
[smartapps.git] / official / notify-me-with-hue.groovy
index 58b0c4c2397e3317fc837caea023fe0f2d10df27..1416478518b33eb5a23b0c172b00690f060cb500 100755 (executable)
@@ -63,6 +63,8 @@ preferences {
 def installed() {
        log.debug "Installed with settings: ${settings}"
        subscribeToEvents()
+       // Initialize input value
+       color = "Pink"
 }
 
 def updated() {