0.10.0 #61
crowbarz
announced in
Announcements
0.10.0
#61
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Major refactoring has been completed on the aiopioneer library that underpin this HA integration. For HA integration users, the main impact of the refactoring is that the integration disconnects from the AVR only when the network connection drops, and no longer when an AVR command times out or when a code error causes an exception to be thrown. The order of query commands sent to the AVR has also changed, though this is not expected to cause any issues. The full list of changes to aiopioneer are listed in the release notes.
A new option
always_poll
has been added to always poll the AVR every scan interval. Enable this option, optionally along withdisable_auto_query
to reduce the number of queries sent during each poll, on AVRs where power and volume are not updated in HA in real time when they are changed directly on the AVR via the front panel and/or the remote.Breaking Changes
debug_config
has been deprecated and replaced with discrete debug options for integration load/unload, config flow and actions that are configurable from the UI. The deprecated debug config is not migratedMajor Changes
All Changes
Use discrete debug bools to enable specific debug options instead of a JSON dict. Support enabling/disabling these from the UI. This is more discoverable as all possible debug options are now visible in the UI.
https://developers.home-assistant.io/blog/2024/11/12/options-flow/
Full Changelog: 0.9.2...0.10.0
This discussion was created from the release 0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions