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