light hass automations

This commit is contained in:
mjallen18
2025-11-22 10:33:09 -06:00
parent bf0290df38
commit eb12e2271d

View File

@@ -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: []