Tags: abmantis/zha
Tags
Add support for EFFECT_OFF (zigpy#99) * Add support for EFFECT_NONE * off not None * review comment * Adjust typing for `effect` in `restore_external_state_attributes` * Fix effect behavior in `_assume_group_state` * Fix effect behavior in `restore_external_state_attributes` * Adjust `None` state restoration tests for new effect behavior * Move out `self._effect_list` into `effect_list` * Only add `EFFECT_OFF` if there are other effects * Revert "Only add `EFFECT_OFF` if there are other effects" This reverts commit aa870ef. * Always set effect on members Changing any other attributes always turns off the effect at the moment, so we need to pass that to the members. * Fix group light test expecting `None` `effect_list` --------- Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
Bump zigpy from 0.66.0 to 0.67.0 (zigpy#212) * Bump zigpy from 0.66.0 to 0.67.0 Bumps [zigpy](https://github.com/zigpy/zigpy) from 0.66.0 to 0.67.0. - [Release notes](https://github.com/zigpy/zigpy/releases) - [Commits](zigpy/zigpy@0.66.0...0.67.0) --- updated-dependencies: - dependency-name: zigpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix discovery tests * Support `fallback_name` * Add a unit test for `fallback_name` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: puddly <32534428+puddly@users.noreply.github.com>
Bump bellows from 0.40.5 to 0.40.6 (zigpy#201) Bumps [bellows](https://github.com/zigpy/bellows) from 0.40.5 to 0.40.6. - [Release notes](https://github.com/zigpy/bellows/releases) - [Commits](zigpy/bellows@0.40.5...0.40.6) --- updated-dependencies: - dependency-name: bellows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump zha-quirks from 0.0.120 to 0.0.121 (zigpy#185) Bumps [zha-quirks](https://github.com/zigpy/zha-device-handlers) from 0.0.120 to 0.0.121. - [Release notes](https://github.com/zigpy/zha-device-handlers/releases) - [Commits](zigpy/zha-device-handlers@0.0.120...0.0.121) --- updated-dependencies: - dependency-name: zha-quirks dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix group entity availability handling (zigpy#164) * clean up update_available * fix update debouncer and availability calc for group entities * remove availabilty from group entity extensions as it is handled in the base now * tests * undo this change as it may cause unnecessary state changed events * test the intermediate states * clean up tests a bit
Bump bellows from 0.40.2 to 0.40.3 (zigpy#156) Bumps [bellows](https://github.com/zigpy/bellows) from 0.40.2 to 0.40.3. - [Release notes](https://github.com/zigpy/bellows/releases) - [Commits](zigpy/bellows@0.40.2...0.40.3) --- updated-dependencies: - dependency-name: bellows dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext