Update Switches.groovy
[smartapps.git] / third-party / Switches.groovy
index 9629299765561421ead1ae0662fcd52a01433979..645fa432a7a8cec807ffc29b5295d96505c7146d 100755 (executable)
@@ -51,7 +51,7 @@ def initialize() {
 
 def switchHandler(evt) {
   def s = switches.find{ evt.deviceId == it.id }
-  def phrase = location.helloHome.getPhrases().find { it.label == s.displayName }
+  //def phrase = location.helloHome.getPhrases().find { it.label == s.displayName }
   if (phrase) {
     location.helloHome.execute(phrase.label)
   }