Update single-button-controller.groovy
authorSeyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Fri, 26 Jul 2019 23:55:54 +0000 (16:55 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Fri, 26 Jul 2019 23:55:54 +0000 (16:55 -0700)
official/single-button-controller.groovy

index 1d65e23a5b483f07600b5d0795c9f9e046cbd576..459ac6e610d96c60dfacee9adcada100d80f70fe 100755 (executable)
@@ -26,7 +26,7 @@ preferences {
 }
 
 def selectButton() {
-       dynamicPage(name: "selectButton", title: "First, select your button device", install: true, uninstall: configured()) {
+       dynamicPage(name: "selectButton", title: "First, select your button device", install: true) {
                section {
                        input "buttonDevice", "device.aeonKeyFob", title: "Button", multiple: false, required: true
                }