Updated volume theater google home uses...was too loud during movies

This commit is contained in:
Jeffrey Stone 2021-08-15 16:48:50 -04:00
parent 62564fcb36
commit 15037dfad4
1 changed files with 9 additions and 1 deletions

View File

@ -646,8 +646,16 @@ script:
{% if states.input_boolean.audible_notifications.state == 'on' %} {% if states.input_boolean.audible_notifications.state == 'on' %}
{% if who == 'master_bedroom' %} {% if who == 'master_bedroom' %}
.6 .6
{% elif who == 'theater' %}
{% if is_state('media_player.tv', 'on') %}
.3
{% else %} {% else %}
.5
{% endif %}
{% elif who == 'main' %}
.8 .8
{% else %}
.6
{% endif %} {% endif %}
{% else %} {% else %}
.5 .5