This release contains an MQTT enhancement for Home Assistant users and some minor bug fixes. It is recommended for all users.
MQTT Enhancement
- A Home-Assistant-specific
default_entity_idhas been added to the MQTT interface. The deprecatedobject_idterm will be removed in a future release. Thanks to Markus Reiter for the PR.
Bug Fixes
- The requirement to have the
mosquittoservice running on the same system if MQTT support is included in the build of Shairport Sync has been removed. The service does not, in fact, need to be running in every case.
This reverses a change made in PR at Version 5.0-dev-161. Thanks to David Crook for the bug report. - A number of compilation warnings have been fixed. Thanks to Rudi Heitbaum for the PR.
Build System Updates
- A number of dependabot-signalled build system updates are included.