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