10000 Tags · abmantis/zha · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: abmantis/zha

Tags

0.0.35

Toggle 0.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

0.0.34

Toggle 0.0.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

0.0.33

Toggle 0.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

0.0.32

Toggle 0.0.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signa 10000 ture.
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>

0.0.31

Toggle 0.0.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

0.0.30

Toggle 0.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

0.0.29

Toggle 0.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix device availability updating entities and enhance tests (zigpy#152)

* Fix device availability updating entities and enhance tests

* use emit to ensure the event is actually fired

0.0.28

Toggle 0.0.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix yet another config double conversion (zigpy#142)

* Fix yet another config double conversion

* Fix unit test relying on radio library schema conversion

* Fix it for both parametrized tests

0.0.27

Toggle 0.0.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix IKEA Starkvind attribute reports (zigpy#125)

* Fix infinite recursion for IKEA Starkvind attribute update

* Emit event for all updated attributes

0.0.26

Toggle 0.0.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump dependencies (zigpy#124)

* Bum
39EC
p dependencies

* bump zha

* auto add quirks that weren't added to the registry

* update tests

* adjust log

* Bump zha-quirks to 0.0.118

---------

Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
0