From 09b91014da4a0efe06b1adceecae3c316f51971c Mon Sep 17 00:00:00 2001 From: Tim Slagle Date: Mon, 28 Sep 2015 18:50:25 -0700 Subject: [PATCH] Modifying 'Hello, Home Phrase Director' --- .../hello-home-phrase-director.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy b/smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy index 50fe8b6..9b704f1 100644 --- a/smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy +++ b/smartapps/tslagle13/hello-home-phrase-director.src/hello-home-phrase-director.groovy @@ -85,7 +85,6 @@ } def initialize() { - state.clear() subscribe(people, "presence", presence) runIn(60, checkSun) subscribe(location, "sunrise", setSunrise)