Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ikea_E1743-E2201-E2213_ZHA-Z2M_control-anything.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ variables:
off_double_press_exposed: !input off_double_press_exposed
remote_devices: !input remote_devices
remote_devices_names: "{{ remote_devices | map('device_attr', 'name') | list }}"
zha_device_id: "{{ trigger.event.data.device_id }}"
condition:
- condition: template
value_template: >-
Expand Down Expand Up @@ -345,7 +346,7 @@ actions:
- trigger: event
event_type: zha_event
event_data:
device_id: "{{ remote_device }}"
device_id: "{{ zha_device_id }}"
command: "on"
cluster_id: 6
endpoint_id: 1
Expand Down Expand Up @@ -398,7 +399,7 @@ actions:
- trigger: event
event_type: zha_event
event_data:
device_id: "{{ remote_device }}"
device_id: "{{ zha_device_id }}"
command: "off"
cluster_id: 6
endpoint_id: 1
Expand Down