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