Replies: 1 comment
-
Hello Hedda, Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@ffenix113 FYI, I think you should be interested in joining and contributing to this zigpy discussion about "Quirks V2" as will make it easier for users of your project:
zigpy/zigpy#1312 ("[RFC] Quirks v2").
Above is a request for change to enable zigpy library to allow for "generic" device handlers / quirks which should make it easier to add support for non-standard Zigbee devices to Home Assistant's ZHA integration, which is something that can be a pain point for users of DIY and devices with odd features and functions:
As I understand the idea/concept is very similar to Koenkk/zigbee2mqtt#20358 (continuation of Koenkk/zigbee2mqtt#20173) for Z2M.
I believe the main device is that custom quirks (device handlers/converters/parsers/translators) will still be needed for ZHA inside the ZHA Device Handlers repository, (which is updated very often in Home Assistant via "zha-quirks" on PyPi), but at least users do not need to update the zha component code inside Home
Assistant code.
PS: Even if that zigpy RFC with "Quirks V2" for ZHA is not implemented you might still be interested in improving this quirk-generator:
https://github.com/zigpy/quirk-generator
https://github.com/zigpy/quirk-generator/discussions
Beta Was this translation helpful? Give feedback.
All reactions