Add Triple-Click Action for Dining Room
This commit is contained in:
@@ -303,7 +303,7 @@ automation:
|
|||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.porch_light
|
entity_id: light.porch_light
|
||||||
|
|
||||||
# Automations for Living Room Switch
|
# Automations for Dining Room Switch
|
||||||
- alias: Dining Room Dim on Double Up Press
|
- alias: Dining Room Dim on Double Up Press
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@@ -321,3 +321,21 @@ automation:
|
|||||||
entity_id: scene.dining_room_dim
|
entity_id: scene.dining_room_dim
|
||||||
data:
|
data:
|
||||||
transition: 6
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user