loopj / home-assistant-vantage

Home Assistant integration for Vantage InFusion home automation controllers.
MIT License
9 stars 4 forks source link

Bump aiovantage from 0.5.0 to 0.6.0 #25

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aiovantage from 0.5.0 to 0.6.0.

Release notes

Sourced from aiovantage's releases.

0.6.0

Features

  • Add byte array parsing/encoding utils to CommandClient
  • Add an INVOKE wrapper to CommandClient
  • Add first and afirst methods to QuerySet
  • Add 'last_updated' state to Master objects, to help detect controller programming events
  • Fetch firmware version for Master objects
  • Add additional methods to discovery module
  • Fetch state for LoadGroup objects

Fixes

  • Treat empty string credentials as not present

Breaking

  • Renamed OBJECT_REMOVED event to OBJECT_DELETED
  • Renamed DiscoveredVantageController to VantageControllerDetails
Commits
  • 57d0d9b Preparing release 0.6.0
  • a6d18d1 Fetch firmware version for controller objects
  • 8ccb804 Add 'last_updated' state to controller objects
  • 017f662 Add support for null array GMem strings
  • 4b84f25 Add first and afirst methods to queryset
  • b315075 Slight cleanup in CommandClient
  • 296e2c1 Rename OBJECT_REMOVED to OBJECT_DELETED
  • c5f014b Add additional discovery features
  • 6d02cde LoadGroups are somewhat stateful
  • 8f4d0a5 Allow queryset filtering without kwargs, equivalent to 'all'
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #27.