From: Giorgio Ravera Date: Tue, 19 Jan 2021 17:01:27 +0000 (+0100) Subject: Changed volumes parameters due to switch to Google Next Mini X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=640d146217a1a7e3bedd19023cbee84628e59092;p=homeassistant.git Changed volumes parameters due to switch to Google Next Mini --- diff --git a/scripts/notify.yaml b/scripts/notify.yaml index cdddd1df..8a59ba6c 100644 --- a/scripts/notify.yaml +++ b/scripts/notify.yaml @@ -83,9 +83,9 @@ volume_manager: {{ media_player }} volume_level: >- {# Default Values #} - {% set defaultVolume = 0.30 %} + {% set defaultVolume = 0.35 %} {% set maxDayVolume = 0.60 %} - {% set maxNightVolume = 0.20 %} + {% set maxNightVolume = 0.25 %} {# Check Null Input #} {% if volume_level | string | length == 0 %}