addon-spotify-connect icon indicating copy to clipboard operation
addon-spotify-connect copied to clipboard

Add `initial_volume` option

Open DarkMatterMatt opened this issue 3 months ago • 4 comments

This PR adds support for changing the default volume. It's completely opt-in and does not change any existing behaviour

Currently the default is at 90% volume. While I appreciate my speakers' ability to be loud, I wanted to be able to default to a more sensible volume.

See the librespot documentation for more information on how initial-volume works


To test this option:

  1. Change the value in the config, e.g. 50 (50%)
  2. Save changes & restart the addon a. If the log level is debug, see that initial-volume is present in the Command line argument(s) section
  3. Connect to Home Assistant from another device, see that the volume is 50%

DarkMatterMatt avatar Apr 06 '24 12:04 DarkMatterMatt