mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 23:36:42 +00:00
More speech and sound redirection through out the house if we are in bed or sleeping.
This commit is contained in:
@@ -61,7 +61,12 @@ speech_processing:
|
||||
- service: tts.amazon_polly_say
|
||||
data_template:
|
||||
entity_id: >
|
||||
{{ media_player }}
|
||||
{% if states.group.bed.state == 'off' %}
|
||||
media_player.livingroomCC
|
||||
{% else %}
|
||||
- media_player.alarm_clock
|
||||
- media_player.bedroom_alarm_panel
|
||||
{% endif %}
|
||||
message: >-
|
||||
<speak>
|
||||
{{ speech_message }}
|
||||
|
Reference in New Issue
Block a user