mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
blue_room to boys_room
This commit is contained in:
@@ -22,7 +22,7 @@ condition:
|
||||
entity_id: input_boolean.ebin_home
|
||||
state: "on"
|
||||
action:
|
||||
- service: input_boolean.turn_on
|
||||
- action: input_boolean.turn_on
|
||||
target:
|
||||
entity_id: input_boolean.kids_bedtime
|
||||
|
||||
@@ -31,7 +31,7 @@ action:
|
||||
- condition: template
|
||||
value_template: "{{states('media_player.announcements') == 'unknown' or states('media_player.announcements') == 'unavailable' }}"
|
||||
sequence:
|
||||
- service: script.make_clever_announcement
|
||||
- action: script.make_clever_announcement
|
||||
data:
|
||||
entity_id:
|
||||
- media_player.bathroom_mini
|
||||
@@ -40,7 +40,7 @@ action:
|
||||
media_content_id: media-source://media_source/tts/almost_bedtime.mp3
|
||||
volume: 0.7
|
||||
default:
|
||||
- service: script.make_clever_announcement
|
||||
- action: script.make_clever_announcement
|
||||
data:
|
||||
entity_id: media_player.announcements
|
||||
media_content_id: media-source://media_source/tts/almost_bedtime.mp3
|
||||
@@ -54,7 +54,7 @@ action:
|
||||
- condition: template
|
||||
value_template: "{{states('switch.nursery_bed_lights') == 'off' }}"
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
- action: input_select.select_option
|
||||
target:
|
||||
entity_id: input_select.nursery_wled
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user