feat: Home Assistant: Use operational_status for cover state - #32803
feat: Home Assistant: Use operational_status for cover state#32803burmistrzak wants to merge 8 commits into
operational_status for cover state#32803Conversation
As well as assigning missing entity categories and icons.
|
Can we not use |
@Koenkk Well, that would require renaming If this was a random uncertified product without any technical documentation, I would however agree with you that we should reuse |
|
Maybe we can put in the expose description that its the |
@Koenkk Hmm, feels kinda wrong, tbh. Also,
I'd agree with that, but then we would need to somehow unify This PR more or less does that to some extent, allowing (at least) HA to treat them all the same. |
Changed according to HA developer docs. See: https://developers.home-assistant.io/blog/2025/11/21/identify-buttons-diagnostic-category
That sounds good, but I think it's good not to add another one, so I would prefer to merge it with |
@Koenkk I mean it's ultimately your call, but Koenkk/zigbee-herdsman-converters#12872 has already been merged, thus adding This PR here simply improves HA discovery, and does not add a new key. So if you want me to rename that payload key for Ubisys devices from Just let me know if that's what you've intended and you can consider it done. 馃槈 |
|
I think its best to rename on the ZHC side, the change is also not in a z2m release yet |
Allows HA to use
operational_statusto provide opening and closing states for covers.Requires Koenkk/zigbee-herdsman-converters#12872
Also included:
identifytodiagnostic.motor_state,operational_status,calibration_button_hold_time,calibration_closing_time,calibration_motor_start_delay, andcalibration_opening_time.