fix: use zha device id for to trigger release on hold actions (#28)

This commit is contained in:
Damien
2025-04-18 14:21:37 +02:00
committed by GitHub
parent ac4ac54c04
commit a018c70e93

View File

@@ -469,7 +469,7 @@ actions:
- trigger: event
event_type: zha_event
event_data:
device_id: "{{ remote_device }}"
device_id: "{{ zha_device_id }}"
command: "stop_with_on_off"
cluster_id: 8
endpoint_id: 1
@@ -527,7 +527,7 @@ actions:
- trigger: event
event_type: zha_event
event_data:
device_id: "{{ remote_device }}"
device_id: "{{ zha_device_id }}"
command: "stop_with_on_off"
cluster_id: 8
endpoint_id: 1