Updated volume theater google home uses...was too loud during movies
This commit is contained in:
parent
62564fcb36
commit
15037dfad4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue