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
This commit is contained in:
tylerlange
2016-05-31 13:16:21 -07:00
parent d44dac448b
commit d6b98c2e7b

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"
}