Upgraded to 0.105.0!

This commit is contained in:
Mahasri Kalavala
2020-02-05 18:28:38 -05:00
parent 87961b393c
commit db7eef5aa7
34 changed files with 1036 additions and 1220 deletions

View File

@@ -122,22 +122,8 @@ script:
value_template: "{{ states('input_boolean.voice_notifications') == 'on' }}"
- condition: template
value_template: "{{ states('input_boolean.do_not_disturb') | lower == 'off' }}"
- condition: template
value_template: "{{ states('media_player.gstreamer') == 'idle' }}"
- condition: template
value_template: "{{ states('media_player.mpd') != 'playing' }}"
- condition: template
value_template: "{{ message | trim != '' }}"
- condition: state
entity_id: group.all_devices
state: "home"
- condition: template
value_template: >
{% if states('input_boolean.emergency_mode') == "on" %}
true
{% else %}
{{ states('group.all_devices') == "home" }}
{% endif %}
- condition: template
value_template: >
{% if only_at_night | default('no', true ) == "yes" %}
@@ -150,7 +136,8 @@ script:
true
{% endif %}
- service: media_player.volume_set
entity_id: media_player.gstreamer
# entity_id: media_player.gstreamer
entity_id: media_player.living_room, media_player.upstairs
data_template:
volume_level: >
{% if states('input_boolean.emergency_mode') == "on" %}
@@ -165,7 +152,8 @@ script:
{% endif %}
{% endif %}
- service: tts.amazon_polly_say
entity_id: media_player.gstreamer
#entity_id: media_player.gstreamer
entity_id: media_player.living_room, media_player.upstairs
data_template:
cache: true
message: >
@@ -200,7 +188,8 @@ script:
voice_greeting:
sequence:
- service: tts.amazon_polly_say
entity_id: media_player.gstreamer
#entity_id: media_player.gstreamer
entity_id: media_player.living_room, media_player.upstairs
data_template:
cache: true
message: >