Hedda
Hedda
https://pypi.org/project/GitHub-Action-Python-Example/ https://github.com/marketplace/actions/pypi-publish https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ https://www.caktusgroup.com/blog/2021/02/11/automating-pypi-releases/ https://dev.to/arnu515/create-a-pypi-pip-package-test-it-and-publish-it-using-github-actions-part-1-3cp8 https://dev.to/arnu515/create-a-pypi-pip-package-test-it-and-publish-it-using-github-actions-part-2-1o83 https://www.youtube.com/watch?v=U-aIPTS580s
@sarnold @SJLC do you know if @VCTLabs still maintain this cp210x-program repository and if so could release it on PyPI?
Cool! Also please do use "releases" for versioning on GitHub instead of only Git tags as that should make it easier for everyone: https://github.com/VCTLabs/cp210x-program/releases https://docs.github.com/repositories/releasing-projects-on-github/about-releases https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes https://github.blog/2013-07-02-release-your-software/ > none of...
I think good basic getting started Zigbee Home Automation (Zigbee HA) samples and a motion sensor example similar to these: https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_HA_sample https://github.com/SiliconLabs/zigbee_applications/tree/master/zigbee_smart_lighting
While not sure if this "as-is" code is open source the Zigbee battery monitor concepts described here might still be useful: https://github.com/SiliconLabs/zigbee_applications/tree/master/zigbee_battery_monitor
Could sensor components be ported from ESPHome? https://esphome.io/ https://github.com/esphome/esphome Also check out the code for the projects linked in this discussion: https://github.com/ffenix113/zigbee_home/discussions/15 These DIY device projects use other custom Zigbee...
Want to raise a slightly off-topic related feature in Home Assistant OS to consider, especially when releasing future USB adapters; FYI, for enhanced out-of-the-box user experience when using the same...
> Coincidentally we are using a different USB-Stack in this Firmware, compared to the DeCONZ-Firmware. Because of that the Conbee on Thread Firmware gets a different USB-Device ID than on...
Not sure if this "matter" will be the correct component / domain which will need to use [USB discovery ](https://www.home-assistant.io/integrations/usb/)for quick start setup to initiate the installation config flow for...
Maybe me just reading between the lines in https://github.com/zigpy/zigpy/pull/1102 it sounds as puddly might have some kind of plan related to that? https://github.com/zigpy/zigpy/pull/1102 > **_I'm hoping to move request/response matching...