Hello everyone!
I’m using the TS1201 IR Blaster (Manufacturer: _TZ3290_gnl5a6a5xvql7c2a). It works out of the box with ZHA without any custom quirks, but I’ve found a specific way to learn and retrieve IR codes that might help others.
Currently, to learn commands, I use the Developer Tools > Actions with the following payload:
action: zha.issue_zigbee_cluster_command
data:
ieee: "xx:xx:xx:xx:xx:xx:xx:xx" # Device IEEE or MAC address
endpoint_id: 1
cluster_id: 57348
command: 1
command_type: server
manufacturer: 4098
params:
data: "00"
After executing this and sending the IR signal from a remote, the code can be retrieved by going to Manage Zigbee Device, selecting the ZosungIRControl cluster, and reading the last_learned_ir_code attribute.
My question:
With the new Home Assistant 2026.4 Infrared update, I would like to use the native Remote features and the new UI. However, this device is discovered as a switch (or multiple entities like siren/light) instead of a remote entity.
Does anyone know if a custom quirk is required to force the remote platform for this model, or if we should expect an official ZHA update to support the new Infrared building blocks for this specific Tuya hardware?
Thanks in advance!