Update BetterLaundryMonitor.groovy
[smartapps.git] / third-party / BetterLaundryMonitor.groovy
index eac009dbf5578c2de65c670013473de0f1c5aeb6..b079fbb0a0bec4cdc3e8f36e9e195bfde2144e5f 100755 (executable)
@@ -48,7 +48,7 @@ preferences {
     input "hues", "capability.colorControl", title: "Turn these hue bulbs", required:false, multiple:true
     input "color", "enum", title: "This color", required: false, multiple:false, options: ["White", "Red","Green","Blue","Yellow","Orange","Purple","Pink"]
     input "lightLevel", "enum", title: "This light Level", required: false, options: [[10:"10%"],[20:"20%"],[30:"30%"],[40:"40%"],[50:"50%"],[60:"60%"],[70:"70%"],[80:"80%"],[90:"90%"],[100:"100%"]]
-    input "speech", "capability.capability.speechSynthesis", title:"Speak message via: ", multiple: true, required: false
+    input "speech", "capability.speechSynthesis", title:"Speak message via: ", multiple: true, required: false
   }
 }