mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Change Alias styles to use ·
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
script:
|
||||
routine_bedtime:
|
||||
alias: Routine - Bedtime
|
||||
alias: Routine · Bedtime
|
||||
sequence:
|
||||
- service: media_player.media_stop
|
||||
entity_id: media_player.master_bedroom
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
input_boolean:
|
||||
routine_welcome_home:
|
||||
name: Coming home - Say welcome
|
||||
name: Coming home · Say welcome
|
||||
initial: on
|
||||
icon: mdi:account-plus-outline
|
||||
|
||||
script:
|
||||
routine_coming_home:
|
||||
alias: Routine - Coming home
|
||||
alias: Routine · Coming home
|
||||
sequence:
|
||||
# Enter home mode.
|
||||
- service: script.security_camera_off
|
||||
@@ -23,7 +23,7 @@ script:
|
||||
- service: script.coming_home_welcome_home
|
||||
|
||||
coming_home_welcome_home:
|
||||
alias: Routine - Coming home - Welcome home
|
||||
alias: Routine · Coming home · Welcome home
|
||||
sequence:
|
||||
- service: script.say
|
||||
data_template:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
script:
|
||||
routine_leaving_home:
|
||||
alias: Routine - Leaving home
|
||||
alias: Routine · Leaving home
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.georgi_home
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
script:
|
||||
routine_waking_up:
|
||||
alias: Routine - Waking up
|
||||
alias: Routine · Waking up
|
||||
sequence:
|
||||
- service: fan.turn_off
|
||||
entity_id: fan.philips_airpurifier
|
||||
@@ -18,7 +18,7 @@ script:
|
||||
- service: script.music_play
|
||||
|
||||
routine_morning_briefing:
|
||||
alias: Routine - Morning Briefing
|
||||
alias: Routine · Morning Briefing
|
||||
sequence:
|
||||
- service: script.say
|
||||
data_template:
|
||||
|
||||
Reference in New Issue
Block a user