* Update config_entries.py
Changes made per the discussion here https://github.com/music-assistant/hass-music-assistant/issues/1501#issuecomment-
1786833914
* Update music_assistant/common/models/config_entries.py
* lint
---------
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
key=CONF_VOLUME_NORMALIZATION_TARGET,
type=ConfigEntryType.INTEGER,
range=(-30, 0),
- default_value=-14,
+ default_value=-17,
label="Target level for volume normalization",
- description="Adjust average (perceived) loudness to this target level, " "default is -14 LUFS",
+ description="Adjust average (perceived) loudness to this target level, "
+ "default is -17 LUFS \n\n WARNING: Setting levels higher than this may result in clipping",
depends_on=CONF_VOLUME_NORMALIZATION,
advanced=True,
)