core
core copied to clipboard
ZHA inconsitent fields for ClusterID in automation
The problem
I have been redirected here from https://github.com/home-assistant/frontend/issues/22035
When setting an ZHA automation that sends command to zigbee cluster there is a form:
Please notice the sliders for setting ID. Please notice that the values for ClusterID and AtributeID (commandId too?) seem like base10 integers.
The values to set should be fetched by user from some kind of information window like (Configuration>Integrations>Zigbee>Device>Manage Zigbee Device) here:
Pleate notice that the values here for ClusterId are in hex format (like 0x0013)
I do believe that:
- the sliders are not valid option for setting ID values
- there should be consistency across both windows in format, either dec (base10) or hex
Bonus points for easy way to select the Cluster in automation but I do believe it's way more work for a niche use case.
What version of Home Assistant Core has the issue?
2024.9.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
ZHA
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response