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

Tags: zigpy/zha

Tags

0.0.62

Toggle 0.0.62's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump bellows from 0.45.1 to 0.45.2 (#475)

Bumps [bellows](https://github.com/zigpy/bellows) from 0.45.1 to 0.45.2.
- [Release notes](https://github.com/zigpy/bellows/releases)
- [Commits](zigpy/bellows@0.45.1...0.45.2)

---
updated-dependencies:
- dependency-name: bellows
  dependency-version: 0.45.2
  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.61

Toggle 0.0.61's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump bellows from 0.45.0 to 0.45.1 (#472)

0.0.60

Toggle 0.0.60's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump zigpy-znp from 0.14.0 to 0.14.1 (#466)

Bumps [zigpy-znp](https://github.com/zigpy/zigpy-znp) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/zigpy/zigpy-znp/releases)
- [Commits](zigpy/zigpy-znp@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: zigpy-znp
  dependency-version: 0.14.1
  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.59

Toggle 0.0.59's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove `EntityType` from quirks v2 entity metadata handling (#443)

* Remove `EntityType` from quirks v2 entity metadata handling

* Fix unit tests

0.0.58

Toggle 0.0.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove redundant `"number"` translation key and `description` (#444)

* Remove `hasattr` check in `AnalogOutputNumber`

* Move `description` in `on_add` to `AnalogInputSensor`

Also removes `hasattr` check

* Remove redundant "number" translation key

* Adjust number to be similar to sensor platform

* Remove redundant code from `on_add`

* Expect number platform having no default translation key

* Regenerate diagnostics

0.0.57

Toggle 0.0.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert 'open' tilt state precedence for cover devices supporting lift…

… & tilt (#428)

Revert change that reports a cover state of open if either lift or tilt axes are open

This is an interim change to address issues with some cover 'relay' type devices which falsely report support for both lift and tilt. In reality these only support one axes or the other, with users using yaml overrides to restrict functionality in HA.

Devices that genuinely support both movement axes will behave the same as they did prior to #376

A subsequent PR will be made to allow users to override the covering type in a way that allows the entity handler to be aware of the configuration, calculating the state accordingly.

0.0.56

Toggle 0.0.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump bellows from 0.44.0 to 0.44.1 (#421)

Bumps [bellows](https://github.com/zigpy/bellows) from 0.44.0 to 0.44.1.
- [Release notes](https://github.com/zigpy/bellows/releases)
- [Commits](zigpy/bellows@0.44.0...0.44.1)

---
updated-dependencies:
- dependency-name: bellows
  dependency-version: 0.44.1
  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.55

Toggle 0.0.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump zha-quirks from 0.0.135 to 0.0.136 (#409)

Bumps [zha-quirks](https://github.com/zigpy/zha-device-handlers) from 0.0.135 to 0.0.136.
- [Release notes](https://github.com/zigpy/zha-device-handlers/releases)
- [Commits](zigpy/zha-device-handlers@0.0.135...0.0.136)

---
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.54

Toggle 0.0.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump zha-quirks from 0.0.134 to 0.0.135 (#406)

* Bump zha-quirks from 0.0.134 to 0.0.135

Bumps [zha-quirks](https://github.com/zigpy/zha-device-handlers) from 0.0.134 to 0.0.135.
- [Release notes](https://github.com/zigpy/zha-device-handlers/releases)
- [Commits](zigpy/zha-device-handlers@0.0.134...0.0.135)

---
updated-dependencies:
- dependency-name: zha-quirks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Delete Sonoff temp/humidity sensor test file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>

0.0.53

Toggle 0.0.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Auto-update pre-commit hooks (#397)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.10...v0.11.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0