Hi,
Home Assistant currently relies on pyownet==0.10.0.post1, which is NOT async, and I was wondering if this package could be used to replace it.
In order to be able to be used within Home Assistant, it would need to satisfy its transparency rules:
https://developers.home-assistant.io/docs/core/integration-quality-scale/rules/dependency-transparency
As far as I can tell, it seems to me that:
- the only branch ( =
main) has not been updated since Feb 5, 2021, which seems to corelate with v0.14.2, and newer tags do not seem to be related to code on the main branch
- The last update on PyPI is from July 29, 2019 (= v0.8.0)
Would you be interested in updating the main branch to the latest code, and add corresponding github CI workflows for lint/format/testing/building/publishing to be able to work within Home Assistant?
Hi,
Home Assistant currently relies on
pyownet==0.10.0.post1, which is NOT async, and I was wondering if this package could be used to replace it.In order to be able to be used within Home Assistant, it would need to satisfy its transparency rules:
https://developers.home-assistant.io/docs/core/integration-quality-scale/rules/dependency-transparency
As far as I can tell, it seems to me that:
main) has not been updated since Feb 5, 2021, which seems to corelate with v0.14.2, and newer tags do not seem to be related to code on the main branchWould you be interested in updating the main branch to the latest code, and add corresponding github CI workflows for lint/format/testing/building/publishing to be able to work within Home Assistant?