mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-04 22:04:45 +01:00
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:
@@ -18,7 +18,6 @@ metadata {
|
|||||||
definition (name: "Ecobee Sensor", namespace: "smartthings", author: "SmartThings") {
|
definition (name: "Ecobee Sensor", namespace: "smartthings", author: "SmartThings") {
|
||||||
capability "Sensor"
|
capability "Sensor"
|
||||||
capability "Temperature Measurement"
|
capability "Temperature Measurement"
|
||||||
capability "Motion Sensor"
|
|
||||||
capability "Refresh"
|
capability "Refresh"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user