mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-16 02:25:10 +00:00
Some minor Updates to ALARM code and sound redirection.
This commit is contained in:
@@ -32,8 +32,6 @@
|
||||
data:
|
||||
media_player: 'media_player.livingroomcc'
|
||||
volume_level: 0.22
|
||||
- wait_template: >-
|
||||
{{ states.switch.living_room_amp.state == 'on' }}
|
||||
|
||||
- service: media_player.play_media
|
||||
data_template:
|
||||
|
@@ -19,8 +19,6 @@
|
||||
data:
|
||||
media_player: 'media_player.livingroomcc'
|
||||
volume_level: 0.22
|
||||
- wait_template: >-
|
||||
{{ states.switch.living_room_amp.state == 'on' }}
|
||||
|
||||
- service: media_player.play_media
|
||||
data_template:
|
||||
@@ -28,8 +26,7 @@
|
||||
{% if states.group.bed.state == 'off' %}
|
||||
media_player.livingroomCC
|
||||
{% else %}
|
||||
- media_player.alarm_clock
|
||||
- media_player.bedroom_alarm_panel
|
||||
media_player.alarm_clock, media_player.bedroom_alarm_panel
|
||||
{% endif %}
|
||||
media_content_id: >
|
||||
{% if trigger.to_state.state == 'on' %}
|
||||
|
Reference in New Issue
Block a user