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)