Update service domain for mysensors from 'switch' to 'mysensor… (#29147)

This commit is contained in:
Raman Gupta 2019-11-27 07:31:40 -05:00 committed by Franck Nijhof
parent 2d2ab452ca
commit c80f284ca4
4 changed files with 14 additions and 12 deletions

View file

@ -25,6 +25,8 @@ NODE_CALLBACK = "mysensors_node_callback_{}_{}"
TYPE = "type"
UPDATE_DELAY = 0.1
SERVICE_SEND_IR_CODE = "send_ir_code"
BINARY_SENSOR_TYPES = {
"S_DOOR": {"V_TRIPPED"},
"S_MOTION": {"V_TRIPPED"},