From 9fa7823cee4a756c4c046e379b6b5d2ad6b63b02 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 20 Mar 2023 01:34:55 -0400 Subject: [PATCH] Add long-press action for bottom button of living room switch --- automations.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/automations.yaml b/automations.yaml index 2f9b069..c3818e3 100644 --- a/automations.yaml +++ b/automations.yaml @@ -909,4 +909,20 @@ data: {} target: entity_id: switch.adaptive_lighting_living_room - off_long_action: [] + off_long_action: + - service: light.turn_on + data: {} + target: + entity_id: light.dining_room_lamp + - service: input_select.select_option + data: + option: Reset + target: + entity_id: input_select.tina_desk_scenes + - service: input_select.select_option + data: + option: Adaptive + target: + entity_id: + - input_select.living_room_scenes + - input_select.dining_room_lamp_scenes