0.8.6
⚠️ Deprecation notice
Integration configuration via configuration.yaml
will no longer be supported from the next minor release (0.9.0).
ADR10 outlines that integrations that communicate with devices, such as this one, must be configured via the UI. Also, several more recently added features, such as support for the HA device registry and dynamic integration loading/unloading, already do not work unless configured via the UI.
All configuration.yaml
config options can be configured via the UI configuration now. If you believe that your current use case is not supported, then please describe your configuration in a reply to the discussion for this release, including your configuration.yaml
snippet.
Given that there are not many configurable options to migrate, there won't be an automatic YAML migration path. To migrate, you will need to delete the configuration.yaml
config, restart HA, remove any stale entities from Settings > Devices & Services > Entities, then configure the integration via the UI.
What's Changed
- Expose
listening_mode_raw
,tone
andaudio
in main zone entity attributes - Exclude AVR attribute state recording by recorder by default
- Support updates to
disable_auto_query
andget_zone_listening_modes
made in aiopioneer 0.5.0 - Bump aiopioneer to 0.5.0
Full Changelog: 0.8.5...0.8.6