Skip to content

Releases: TheFes/Google-Home-Resume

2024.9.0

12 Sep 18:37
10ab72d
Compare
Choose a tag to compare

🌟 IMPROVEMENTS

  • Add support for resume of group members of Home Assistant media player groups. Before this version, cast devices were not resumed if they were member of a media player group created in Home Assistant. Now the members of such groups are also checked for playing status, and resumed if needed. There is no need to add these groups to the speaker_groups section in the setting, as the members are stored in an attribute of the media player entity.
  • A short fixed delay of 2 seconds is added before resume in started to prevent resume is started before the TTS message or other action is performed.

What's Changed

  • Add support for HA Media Player Groups by @TheFes in #12

Full Changelog: 2024.8.0...2024.9.0

2024.8.0

23 Aug 12:32
29bc5d0
Compare
Choose a tag to compare

⭐ IMPROVEMENTS

  • As HA 2034.8 changed service to action adjustements in the script had to be made so these actions would be recognized and performed. The script itself still uses service to make sure it still works on older HA versions
  • The tts.speak action can now be used without the need to additionally provide the target. This is now taken from the action data provided in the tts.speak action
  • A new setting stop_before_action is added. Before the script would stop cast devices which were playing before starting to perform the provided actions. However, since some time this stop action could not be performed for some users. When stop_before_action is set to false (which is the default in case the parameter is not set) the stop action will not be performed. The downside of this is that the volume which should be applied to the TTS announcement will sometimes already be applied to the playing media.

🐛 BUG FIXES

  • removed a check in the helper script which was sometimes blocking resume and keeping both scripts in a waiting state

📚 DOCUMENTATION

  • service has been changed to action in the examples from the documentation.

What's Changed

Full Changelog: 2023.8.0...2024.8.0

2023.8.0

30 Oct 10:14
89f4bc3
Compare
Choose a tag to compare

What's Changed

  • 📻 Google Home Resume 2022.8.0 by @TheFes in #1

New Contributors

  • @TheFes made their first contribution in #1

Full Changelog: 2023.6.1...2023.8.0

2023.6.1

14 Jul 14:17
Compare
Choose a tag to compare

First release on the newly created Google Home Resume repository

Full Changelog: https://github.com/TheFes/Google-Home-Resume/commits/2023.6.1