18 lines
511 B
YAML
18 lines
511 B
YAML
---
|
|
- alias: '[ZWave] Living Room 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 == 10 or trigger.event.data.node_id == 11 }}'
|
|
action:
|
|
- service: input_select.select_next
|
|
target:
|
|
entity_id: input_select.living_room_scenes
|