"Merging support for an untested package would introduce an enormous maintenance burden, as we would not be able to update zigpy without also fixing zigpy-zboss and testing it by hand."
Tip when adding tests suggest also checking Home Assistant's "Development Checklist" to make sure check all those boxes too:
@lhespress Do you plan on writting additonal unit tests in this radio library for zigpy?
For reference please see the
tests
directory for thebellows
,zigpy-znp
, andzigpy-deconz
radio libraries and add minimum:puddly's reply in https://github.com/home-assistant/core/pull/114828 indicates lack of unit tests in radio library can be a showstopper for acceptance.
Tip when adding tests suggest also checking Home Assistant's "Development Checklist" to make sure check all those boxes too:
PS: Copy to @Maxwelltoo, as you mentioned having an interest in helping out.