Hiya,
After upgrading to 2022.4.0 my automations triggered by ZHA events, specifically the IKEA Tradfri 5 button remote events, stopped triggering. Recreating them from scratch didn’t work. Here’s the automation YAML and the event, anyone experienced anything similar? All help appreciated!
Automation:
- id: '1637252889679'
alias: Bedroom Remote
description: ''
trigger:
- platform: event
event_type: zha_event
event_data:
device_ieee: 00:0b:57:ff:fe:32:8a:3d
unique_id: 00:0b:57:ff:fe:32:8a:3d:1:0x0006
device_id: b0b2a3fc2644043a8b85e25b1798a985
endpoint_id: 1
cluster_id: 6
command: toggle
args: []
condition: []
action:
- scene: scene.good_night
mode: restart
Event:
{
"event_type": "zha_event",
"data": {
"device_ieee": "00:0b:57:ff:fe:32:8a:3d",
"unique_id": "00:0b:57:ff:fe:32:8a:3d:1:0x0006",
"device_id": "b0b2a3fc2644043a8b85e25b1798a985",
"endpoint_id": 1,
"cluster_id": 6,
"command": "toggle",
"args": []
},
"origin": "LOCAL",
"time_fired": "2022-04-07T08:59:46.315197+00:00",
"context": {
"id": "c9d4d55e929951568dc6428b99936e51",
"parent_id": null,
"user_id": null
}
}
Thanks!