Add long-press action for bottom button of living room switch

This commit is contained in:
2023-03-20 01:34:55 -04:00
parent dd8bafe31c
commit 9fa7823cee

View File

@ -909,4 +909,20 @@
data: {} data: {}
target: target:
entity_id: switch.adaptive_lighting_living_room 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