diff --git a/packages/lighting/lighting.yaml b/packages/lighting/lighting.yaml index ed3b0ab..0a854b8 100644 --- a/packages/lighting/lighting.yaml +++ b/packages/lighting/lighting.yaml @@ -303,7 +303,7 @@ automation: - service: light.turn_on entity_id: light.porch_light -# Automations for Living Room Switch +# Automations for Dining Room Switch - alias: Dining Room Dim on Double Up Press mode: single trigger: @@ -321,3 +321,21 @@ automation: entity_id: scene.dining_room_dim data: transition: 6 + + - alias: Dining Room Full on Triple Up Press + mode: single + trigger: + # - platform: state + # entity_id: light.dining_room_light_action + # to: 'up_double' + - device_id: cab3202d50d68353c9d8a7648c93052f + domain: zha + platform: device + type: remote_button_triple_press + subtype: Up + action: + - service: scene.turn_on + target: + entity_id: scene.dining_room_full + data: + transition: 6