light hass automations
This commit is contained in:
@@ -18,31 +18,31 @@ let
|
||||
- device_id: ${lscfg.mqttDeviceId}
|
||||
domain: mqtt
|
||||
id: on press
|
||||
subtype: on-press
|
||||
subtype: on_press
|
||||
trigger: device
|
||||
type: action
|
||||
- device_id: ${lscfg.mqttDeviceId}
|
||||
domain: mqtt
|
||||
id: off press
|
||||
subtype: off-press
|
||||
subtype: off_press
|
||||
trigger: device
|
||||
type: action
|
||||
- device_id: ${lscfg.mqttDeviceId}
|
||||
domain: mqtt
|
||||
id: up press
|
||||
subtype: up-press
|
||||
subtype: up_press
|
||||
trigger: device
|
||||
type: action
|
||||
- device_id: ${lscfg.mqttDeviceId}
|
||||
domain: mqtt
|
||||
id: down press
|
||||
subtype: down-press
|
||||
subtype: down_press
|
||||
trigger: device
|
||||
type: action
|
||||
- device_id: ${lscfg.mqttDeviceId}
|
||||
domain: mqtt
|
||||
id: on hold
|
||||
subtype: on-hold
|
||||
subtype: on_hold
|
||||
trigger: device
|
||||
type: action
|
||||
conditions: []
|
||||
|
||||
Reference in New Issue
Block a user