Skip to content

Releases: crowbarz/aiopioneer

0.4.1

09 Apr 09:23
Compare
Choose a tag to compare

What's Changed

  • Add set_source_name function by @11harveyj in #23
  • Fix 'NoneType' object has no attribute 'get' by @11harveyj in #24

Full Changelog: 0.4.0...0.4.1

0.4.0

05 Apr 22:08
Compare
Choose a tag to compare

What's Changed

  • Add Zones class and list of zone source b8fb8d8
  • Redesign parser by @11harveyj in #20
  • Add query_tuner_am_step command by @11harveyj in #22
  • Add zone_1_sources param to allow Zone 1 sources to be defined as a subset of master sources 8a19fb2

Breaking Changes

  • Rename zone_z_sources param to hdzone_sources 8a19fb2

Full Changelog: 0.3.1...0.4.0

0.3.1

27 Mar 22:11
Compare
Choose a tag to compare

What's Changed

  • Fix set_listening_mode regression by @11harveyj in #15
  • Replace default value of list params (eg. zone_2_sources) instead of appending to the model default
  • Add zone support in get_source_dict (to mirror get_source_list)
  • Make copy of user supplied source_dict in set_source_dict to increase robustness

Full Changelog: 0.3...0.3.1

0.3

11 Mar 20:38
Compare
Choose a tag to compare
0.3

What's Changed

  • Code cleanups under the hood

Breaking Changes

  • zone_h_sources was renamed zone_z_sources for consistency.

0.2.3

11 Mar 14:15
Compare
Choose a tag to compare
  • Add missing VERSION import

Full Changelog: 0.2.2...0.2.3

0.2.2

10 Mar 20:53
Compare
Choose a tag to compare
  • Add CLI parameters for hostname and port #12
  • Add CLI options to disable querying device info and zones on startup

Full Changelog: 0.2.1...0.2.2

0.2.1

06 Mar 20:45
Compare
Choose a tag to compare

What's Changed

  • Improvements for older AVR response parsing by @11harveyj in #7

Full Changelog: 0.2.0...0.2.1

0.2.0

26 Feb 18:20
Compare
Choose a tag to compare

What's Changed

  • Add support for new parameters by @11harveyj in #4

Breaking Changes

  • Config parameter volume_step_delta has been removed and is no longer accepted. Use volume_step_only: true instead.
  • By default, a number of additional queries are sent at module startup to the AVR to gather amp, tuner and channel levels attributes. If your AVR does not handle these additional queries well, they can be disabled by setting parameter disable_autoquery to true.

New Contributors

  • @11harveyj made their first contribution in #4

Full Changelog: 0.1.8...0.2.0

0.2.0-rc1

10 Feb 23:47
Compare
Choose a tag to compare
0.2.0-rc1 Pre-release
Pre-release

What's Changed

  • Add support for new parameters by @11harveyj in #4

New Contributors

  • @11harveyj made their first contribution in #4

Full Changelog: 0.1.8...0.2.0-rc1

0.1.8

05 Dec 15:39
Compare
Choose a tag to compare
  • Add param ignore_volume_check to bypass the check for volume reporting when detecting zones on the AVR
  • Check source with ID max_source_id as well (previously only checked IDs lower than this param)
  • Added documentation for params (moved from crowbarz/ha-pioneer_async)

Full Changelog: 0.1.7...0.1.8