Releases: crowbarz/aiopioneer
Releases · crowbarz/aiopioneer
0.4.1
0.4.0
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 tohdzone_sources
8a19fb2
Full Changelog: 0.3.1...0.4.0
0.3.1
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 mirrorget_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
0.2.3
- Add missing VERSION import
Full Changelog: 0.2.2...0.2.3
0.2.2
0.2.1
0.2.0
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. Usevolume_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
totrue
.
New Contributors
- @11harveyj made their first contribution in #4
Full Changelog: 0.1.8...0.2.0
0.2.0-rc1
0.1.8
- 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