Open neutrinus opened 1 month ago
@karwosts said:
The sliders could be removed by setting the number selector to box mode. https://www.home-assistant.io/docs/blueprint/selectors/#number-selector
Hey there @dmulcahey, @adminiuga, @puddly, @thejulianjes, mind taking a look at this issue as it has been labeled with an integration (zha
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
zha documentation zha source (message by IssueLinks)
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:
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