Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2 KB

changelog_general.md

File metadata and controls

40 lines (23 loc) · 2 KB

Changelog

Version 2023.8.0

🚨 BREAKING

  • Removed support for Music Assistant. The integration is broken for a couple of months already, and the new version is still in beta. Will look at it again if the final version of MA2 is released

Version 2022.12.3

🌟 Improvements

  • The automation is now also triggered if a Home Assistant group is targeted which has cast entities as its members

Version 2022.12.2

🐛 Bug fixes

  • Add default to provide empty dictionary for settings in case no settings are provided.

Version 2022.12.1

🌟 Improvements

  • (2022.12.1) New setting: max_runtime has been added. Here you can define a time period after which the scripts should be stopped, to avoid them waiting for ages. Take into account that this has to be longer than the interruption, so if you play a song of 10 minutes, the max_runtime has to be set longer than that
  • (2022.12.1) The spotcast.start service call is now issued twice, this should help in resuming Spotify

Version 2022.12.0

🚨 Breaking

  • The settings in the top section now also have a section with voice_settings. This needs to be added to versions prior to 2022.12, otherwise your configuration will not work. More information can be found in the update instructions

🌟 Improvements

  • All scripts related to the Google Home devices are now combined in one package. This brings toghether the Google Home Resume, Google Home Voice and Google Home Event script. For me it makes it easier to update them, I can make more efficient usage of YAML anchors,so I don't need to update templates and settings in 3 places.
  • A lot of bigger and smaller template fixes
  • More usage of YAML anchors, which also reduces the total number of lines for the combined scripts