From 06cebbc67b5036b4cdafb313ed6afc1917b2f7af Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Tue, 6 Aug 2019 12:34:46 -0700 Subject: [PATCH] Update hvac-auto-off.smartapp.groovy --- third-party/hvac-auto-off.smartapp.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/third-party/hvac-auto-off.smartapp.groovy b/third-party/hvac-auto-off.smartapp.groovy index 30280e9..55be40d 100755 --- a/third-party/hvac-auto-off.smartapp.groovy +++ b/third-party/hvac-auto-off.smartapp.groovy @@ -44,7 +44,6 @@ def updated() { def initialize() { state.changed = false - //subscribe(sensors, 'contact', "sensorChange") subscribe(sensors, "contact", sensorChange) } -- 2.34.1