Compare commits

...

1 Commits

Author SHA1 Message Date
tylerlange
d6b98c2e7b DVCSMP-1802 - Removing "motion sensor" capability from ecobee remote sensors
These devices aren't meant to be used as security sensors. They have
inconsistent response times, and can sometimes send events quite a bit
after they actually happen. Suggested fix is to remove
2016-05-31 13:16:21 -07:00

View File

@@ -18,7 +18,6 @@ metadata {
definition (name: "Ecobee Sensor", namespace: "smartthings", author: "SmartThings") {
capability "Sensor"
capability "Temperature Measurement"
capability "Motion Sensor"
capability "Refresh"
}