Skip to content

Releases: loopj/home-assistant-vantage

0.14.1

03 Mar 04:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.0...0.14.1

0.14.0

27 Feb 17:30
Compare
Choose a tag to compare

Major changes

  • This release includes major changes under the hood thanks for a large refactor of aiovantage which made "objects" now implement "object interfaces" directly, to more closely mirror the way Vantage handles objects internally. This allows for more easy adding of future objects.
  • Many additional object types were added as part of this release, including 3 new Thermostat types
  • I /believe/ I have managed to retain backwards compatibility with legacy firmware versions (2.x) but since I don't have an old system to test with, it is hard for me to be certain - please report back if you have issues!
  • Added a blueprints folder to the GitHub repository, with a blueprint for making Vantage button press or button hold automations

What's Changed

  • Store runtime data inside ConfigEntry by @loopj in #262
  • Bump aiovantage from 0.17.2 to 0.18.0 by @loopj in #263
  • Bump ruff from 0.9.3 to 0.9.4 by @dependabot in #265
  • Bump pyright from 1.1.392.post0 to 1.1.393 by @dependabot in #266
  • Updates for latest aiovantage by @loopj in #268
  • Bump ruff from 0.9.4 to 0.9.6 by @dependabot in #267
  • Update thermostat type mappings by @loopj in #269
  • Add support for fetching additional entity data asynchronously by @loopj in #270
  • Bump aiovantage to 0.20.0, add full support for new thermostat types by @loopj in #271
  • Add hvac_action to climate entities, improve legacy thermostat support by @loopj in #273
  • Simplify add_entities_from_controller by @loopj in #274
  • Simplify entity updating by @loopj in #275
  • Fix RGB color_modes by @loopj in #276
  • Flatten device setup logic, mirror entity setup by @loopj in #277
  • Mark polled entities as unavailable when requests fail by @loopj in #278
  • Update logs for unavailable entities by @loopj in #279
  • Bump aiovantage to 0.22.1 by @loopj in #280
  • Bump aiovantage from 0.22.1 to 0.22.2 by @dependabot in #283
  • Bump pyright from 1.1.393 to 1.1.394 by @dependabot in #282
  • Bump ruff from 0.9.6 to 0.9.7 by @dependabot in #281

Full Changelog: 0.13.5...0.14.0

0.14.0rc1

25 Feb 00:36
Compare
Choose a tag to compare
0.14.0rc1 Pre-release
Pre-release

Full Changelog: 0.14.0rc0...0.14.0rc1

0.14.0rc0

24 Feb 00:54
Compare
Choose a tag to compare
0.14.0rc0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.14.0b6...0.14.0rc0

0.14.0b6

23 Feb 02:36
Compare
Choose a tag to compare
0.14.0b6 Pre-release
Pre-release

What's Changed

Full Changelog: 0.14.0b5...0.14.0b6

0.14.0b5

23 Feb 02:32
Compare
Choose a tag to compare
0.14.0b5 Pre-release
Pre-release

What's Changed

  • Fix RGB color_modes by @loopj in #276
  • Flatten device setup logic, mirror entity setup by @loopj in #277
  • Mark polled entities as unavailable when requests fail by @loopj in #278
  • Update logs for unavailable entities by @loopj in #279

Full Changelog: 0.14.0b4...0.14.0b5

0.14.0b4

22 Feb 01:46
Compare
Choose a tag to compare
0.14.0b4 Pre-release
Pre-release

What's Changed

  • Simplify add_entities_from_controller by @loopj in #274
  • Simplify entity updating by @loopj in #275
  • Bump aiovantage to 0.22.0

Full Changelog: 0.14.0b3...0.14.0b4

0.14.0b3

20 Feb 20:27
Compare
Choose a tag to compare
0.14.0b3 Pre-release
Pre-release

What's Changed

  • Add hvac_action to climate entities, improve legacy thermostat support by @loopj in #273

Full Changelog: 0.14.0b2...0.14.0b3

0.14.0b2

14 Feb 21:22
Compare
Choose a tag to compare
0.14.0b2 Pre-release
Pre-release

What's Changed

  • Updates for latest aiovantage by @loopj in #268
  • Bump ruff from 0.9.4 to 0.9.6 by @dependabot in #267
  • Update thermostat type mappings by @loopj in #269
  • Add support for fetching additional entity data asynchronously by @loopj in #270
  • Bump aiovantage to 0.20.0, add full support for new thermostat types by @loopj in #271

Full Changelog: 0.14.0b1...0.14.0b2

0.14.0b1

04 Feb 07:57
Compare
Choose a tag to compare
0.14.0b1 Pre-release
Pre-release

What's Changed

  • Fix updated property names from aiovantage 0.18.0 (02fc0e5)