Update Switches.groovy
[smartapps.git] / official / sunrise-sunset.groovy
index 783684a58786b530e30740665e21a2399acad0f2..c00bc1135d067a27d2ced5dde2f804e9ef50d71c 100755 (executable)
@@ -68,7 +68,6 @@ def updated() {
 }
 
 def initialize() {
-       subscribe(location, "mode", locationPositionChange)
        subscribe(location, "sunriseTime", sunriseSunsetTimeHandler)
        subscribe(location, "sunsetTime", sunriseSunsetTimeHandler)