b0mbays / continuously_casting_dashboards

HACS Integration for continuously casting a Home Assistant dashboard to your Google Chromecast Displays
MIT License
189 stars 9 forks source link

Use current device volume rather than fixed configuration #16

Closed doenau closed 1 year ago

doenau commented 1 year ago

If the user omits the "Volume" configuration in configuration.yaml, the code now checks the device's current volume before casting, and restores that same volume setting. This offers an improvement on the previous fixed configuration of volume per device.

b0mbays commented 1 year ago

Thanks for contributing @doenau , this is a great idea! I've just tested it and it's working well.

I'll create a new minor release for this now 😄