mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 15:26:58 +00:00
Updated Speech Notifications for #391 - Phyn Unit.
This commit is contained in:
@@ -32,7 +32,7 @@ speech_engine:
|
||||
{% if media_player | length == 0 %}
|
||||
{% set media_player = [
|
||||
'media_player.livingroomcc',
|
||||
'media_player.bedroom_alarm_panel'
|
||||
'media_player.bedroom'
|
||||
] %}
|
||||
{% endif %}
|
||||
|
||||
|
@@ -75,7 +75,7 @@ speech_processing:
|
||||
{% if states.group.bed.state == 'off' %}
|
||||
media_player.livingroomCC
|
||||
{% else %}
|
||||
media_player.tap
|
||||
media_player.bedroom
|
||||
{% endif %}
|
||||
message: >-
|
||||
<speak>
|
||||
|
Reference in New Issue
Block a user