From d6b98c2e7b32b019976e8c9293b8770e73707949 Mon Sep 17 00:00:00 2001 From: tylerlange Date: Tue, 31 May 2016 13:16:21 -0700 Subject: [PATCH] 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 --- devicetypes/smartthings/ecobee-sensor.src/ecobee-sensor.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/devicetypes/smartthings/ecobee-sensor.src/ecobee-sensor.groovy b/devicetypes/smartthings/ecobee-sensor.src/ecobee-sensor.groovy index 381f6fc..e4a3274 100644 --- a/devicetypes/smartthings/ecobee-sensor.src/ecobee-sensor.groovy +++ b/devicetypes/smartthings/ecobee-sensor.src/ecobee-sensor.groovy @@ -18,7 +18,6 @@ metadata { definition (name: "Ecobee Sensor", namespace: "smartthings", author: "SmartThings") { capability "Sensor" capability "Temperature Measurement" - capability "Motion Sensor" capability "Refresh" }