From 95f3cc9dae142cec9df5c1722073f0fbf7ddc142 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Fri, 26 Jul 2019 16:55:54 -0700 Subject: [PATCH] Update single-button-controller.groovy --- official/single-button-controller.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/single-button-controller.groovy b/official/single-button-controller.groovy index 1d65e23..459ac6e 100755 --- a/official/single-button-controller.groovy +++ b/official/single-button-controller.groovy @@ -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 } -- 2.34.1