Add ZHA Switch Automations
This commit is contained in:
@@ -310,3 +310,17 @@ automation:
|
|||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.porch_light
|
entity_id: light.porch_light
|
||||||
|
|
||||||
|
# Automations for Living Room Switch
|
||||||
|
- alias: Dining Room Dim on Double Up Press
|
||||||
|
mode: single
|
||||||
|
trigger:
|
||||||
|
- device_id: 8aebe94d22b72b1e2c274618776dba4f
|
||||||
|
domain: zha
|
||||||
|
platform: device
|
||||||
|
type: remote_button_double_press
|
||||||
|
subtype: Up
|
||||||
|
action:
|
||||||
|
- service: scene.turn_on
|
||||||
|
target:
|
||||||
|
entity_id: scene.dining_room_dim
|
||||||
|
|||||||
Reference in New Issue
Block a user