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