Changing remote branch to PLRG Git server.
[smartapps.git] / third-party / ecobeeAwayFromHome.groovy
index 7a1ae7d40bd51e02a06b5a6951a2bfdc419afbba..f75b1007d8b9ddb48ba24382c33190236b3236bd 100755 (executable)
@@ -37,7 +37,7 @@ preferences {
                paragraph "ecobeeAwayFromHome, the smartapp that sets your ecobee thermostat to 'Away' or to some specific settings when all presences leave your home"
                paragraph "Version 1.9.5" 
                paragraph "If you like this smartapp, please support the developer via PayPal and click on the Paypal link below " 
-                       href url: "https://www.paypal.me/ecomatiqhomes",
+                       href url: "https://www.paypal.me/ecomatiqhomes"
                paragraph "Copyright©2014 Yves Racine"
                        href url:"http://github.com/yracine/device-type.myecobee", style:"embedded", required:false, title:"More information..."  
                                description: "http://github.com/yracine/device-type.myecobee/blob/master/README.md"
@@ -160,7 +160,8 @@ def presence(evt) {
        if (evt.value == "not present") {
                def person = getPerson(evt)
                if (detailedNotif) {
-                       send("AwayFromHome> ${person.displayName} not present at home")
+                       //send("AwayFromHome> ${person.displayName} not present at home")
+                       send("AwayFromHome> person not present at home")
                }
                log.debug "checking if everyone is away  and quiet at home"
                if (residentsHaveBeenQuiet()) {