initial commit
This commit is contained in:
17
configuration/automation/switch_scene_bedroom_master.yaml
Normal file
17
configuration/automation/switch_scene_bedroom_master.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
- alias: '[ZWave] Bedroom Master Switch Single Tap Third'
|
||||
initial_state: "true"
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: zwave_js_value_notification
|
||||
event_data:
|
||||
property: "scene"
|
||||
property_key: "003"
|
||||
value: "KeyPressed"
|
||||
condition:
|
||||
condition: template
|
||||
value_template: '{{ trigger.event.data.node_id == 21 }}'
|
||||
action:
|
||||
- service: input_select.select_next
|
||||
target:
|
||||
entity_id: input_select.bedroom_master_scenes
|
Reference in New Issue
Block a user