0.8
What's Changed
- The options flow UI has been redesigned to use selectors. This allows graphical editing of AVR sources (no more JSON!) The options flow is also now split across multiple pages. The debug options page is shown only for users with Advanced Mode enabled in their profile
- Handling of invalid input has also been improved, and data input errors are now displayed in the UI instead of in the HA log. Previously entered values are no longer lost when invalid input is detected
- A subset of all AVR sources can now be specified for each zone. Zone 1 supports all sources, but on some AVRs only a subset of all sources are usable on other zones. You can order the sources displayed the
media_player
zone entities by selecting them in the desired order from the list of available sources - More detailed debugging can now can be turned on/off on a per module basis by setting debug config
Beta Changes
- Under the hood, @11harveyj has refactored the parser for the AVR output. Many more AVR responses are now decoded and are made available as attributes of the
media_player
zone entity. Until the decoders are finalised, hopefully by the 0.9 release, these are subject to change with updates toaiopioneer
Breaking Changes
- For
configuration.yaml
users, thezone_z_sources
param has been renamed tohdzone_sources
to be more consistent with the rest of the integration. A warning will be displayed in the HA log on integration startup. Support for the old param will be removed in a future release
Full Changelog: 0.7.3...0.8