Releases: TheFes/Google-Home-Resume
Releases · TheFes/Google-Home-Resume
2024.9.0
🌟 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
Full Changelog: 2024.8.0...2024.9.0
2024.8.0
⭐ IMPROVEMENTS
- As HA 2034.8 changed
service
toaction
adjustements in the script had to be made so these actions would be recognized and performed. The script itself still usesservice
to make sure it still works on older HA versions - The
tts.speak
action can now be used without the need to additionally provide thetarget
. This is now taken from the action data provided in thetts.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. Whenstop_before_action
is set tofalse
(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 toaction
in the examples from the documentation.
What's Changed
Full Changelog: 2023.8.0...2024.8.0
2023.8.0
2023.6.1
First release on the newly created Google Home Resume repository
Full Changelog: https://github.com/TheFes/Google-Home-Resume/commits/2023.6.1