0.5.0
What's Changed
- Add
extra_amplifier_listening_modes
to allow specifying set of listening modes supported by an AVR or AVR model dfc07f8 - Update available listening mode defaults for VS-930 b48142a
- Cache
listening_mode_raw
ID and expose as attribute dfc07f8 - Make listening mode names unique aa54e96
- Consolidate common
PARAM_DISABLED_LISTENING_MODES
andPARAM_SPEAKER_SYSTEM_MODES
configurations 4b666ce - Remove flags byte from amp display attribute 521cced
- Query display information on power or input change 79df438
- Call all zone callbacks on update to Zones.ALL 95133d5
- Always override calculated PARAM_TUNER_AM_FREQ_STEP if specified by user be32935
Breaking Changes
- Rename
get_sound_modes
toget_zone_listening_modes
to reflect AVR terminology. dfc07f8 - Rename
disable_autoquery
todisable_auto_query
d2b3c41 amplifier_speaker_system_modes
anddisabled_amplifier_listening_modes
were shortened toamp_speaker_system_modes
anddisabled_amp_listening_modes
respectively. d2b3c41
Full Changelog: 0.4.3...0.5.0