puddly
puddly
This is a fairly large PR but until the radio library is actually functional I don't see a need to split it up. I've made a few changes: 1. Adjusted...
This will help us implement `model_id` in Core and deal with white label devices (e.g. eWeLink/Sonoff).
I'm looking through our current `register_endpoints` code and am trying to document why multiple endpoints exist and why we need each cluster. So far: ```python async def register_endpoints(self) -> None:...
Found while testing out Simplicity SDK 2024.6.2.
@agners I've also bumped [OTBR itself](https://github.com/openthread/ot-br-posix/compare/ff7227ea9a2dc0e50f92ab93bd5c9a29e82fe793..580cafc150946bc418aa6790a416bd2c951bae24). It looks like `dhcpcd` is now installed and prefix delegation is in use, probably for Thread 1.4. Is this something we want to disable?
https://github.com/NabuCasa/silabs-firmware-builder/releases/tag/v2024.10.21 https://github.com/NabuCasa/universal-silabs-flasher/releases/tag/v0.0.23 ## Summary by CodeRabbit - **New Features** - Updated firmware support to EmberZNet version 7.4.4 and universal-silabs-flasher version 0.0.23. - Enhanced script for firmware selection and error handling,...
This is a slight iteration on what we currently use internally in zigpy. ```json { "version": 2, "backup_time": "2024-10-17T18:29:58.409890+00:00", "source": { "software": "bellows", "version": "0.41.0" }, "network_info": { "extended_pan_id": "fe:ed:fa:ce:de:ad:be:ef",...
`lock: true` is the default for the serial port library and all other adapters.
## Proposed change During development, I've run into a few situations where the config flow step ID string does not refer to a real step. This is only caught at...
Related: https://github.com/zigpy/zha-device-handlers/issues/3857 This would allow quirks to filter compatible firmware versions. As an example, here is the quirk for the above device rewritten to be a v2 quirk and using...