fix: use zha device id for to trigger release on hold actions (#28)
This commit is contained in:
@@ -469,7 +469,7 @@ actions:
|
|||||||
- trigger: event
|
- trigger: event
|
||||||
event_type: zha_event
|
event_type: zha_event
|
||||||
event_data:
|
event_data:
|
||||||
device_id: "{{ remote_device }}"
|
device_id: "{{ zha_device_id }}"
|
||||||
command: "stop_with_on_off"
|
command: "stop_with_on_off"
|
||||||
cluster_id: 8
|
cluster_id: 8
|
||||||
endpoint_id: 1
|
endpoint_id: 1
|
||||||
@@ -527,7 +527,7 @@ actions:
|
|||||||
- trigger: event
|
- trigger: event
|
||||||
event_type: zha_event
|
event_type: zha_event
|
||||||
event_data:
|
event_data:
|
||||||
device_id: "{{ remote_device }}"
|
device_id: "{{ zha_device_id }}"
|
||||||
command: "stop_with_on_off"
|
command: "stop_with_on_off"
|
||||||
cluster_id: 8
|
cluster_id: 8
|
||||||
endpoint_id: 1
|
endpoint_id: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user