Is it possible to set volume using Google Cast?
I use my Chromecasts around the house to send TTS notifications. It works really well, but sometimes I have played music to the Chromecasts and lowered the volume. The Chromecast is then set to the lower volume even when sending TTS notifications. Can I set the volume as a configuration variables somehow?
- alias: Good night!
initial_state: True
trigger:
platform: time
at: ‘01:00:00’
condition:
action:
- service: automation.trigger
entity_id: automation.everything_off- service: cover.close_cover
- service: tts.google_say
entity_id: group.chromecast
data:
message: ‘Good night!’