mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-07-21 11:35:30 +00:00
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 who == 'master_bedroom' %}
|
||||
.6
|
||||
{% else %}
|
||||
{% elif who == 'theater' %}
|
||||
{% if is_state('media_player.tv', 'on') %}
|
||||
.3
|
||||
{% else %}
|
||||
.5
|
||||
{% endif %}
|
||||
{% elif who == 'main' %}
|
||||
.8
|
||||
{% else %}
|
||||
.6
|
||||
{% endif %}
|
||||
{% else %}
|
||||
.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user