mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-09 23:02:59 +00:00
Change Alias styles to use ·
This commit is contained in:
@@ -4,7 +4,8 @@ input_boolean:
|
||||
icon: mdi:broom
|
||||
|
||||
automation:
|
||||
- alias: Domestina - Automate start
|
||||
- id: domestina_automate_start
|
||||
alias: Domestina · Automate start
|
||||
trigger:
|
||||
platform: time
|
||||
at: "08:30:00"
|
||||
@@ -15,7 +16,8 @@ automation:
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.domestina
|
||||
|
||||
- alias: Domestina - Start
|
||||
- id: domestina_start
|
||||
alias: Domestina · Start
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.domestina
|
||||
@@ -29,7 +31,8 @@ automation:
|
||||
- automation.cube_knock
|
||||
- automation.cube_shake
|
||||
|
||||
- alias: Domestina - Automate end
|
||||
- id: domestina_automate_end
|
||||
alias: Domestina · Automate end
|
||||
trigger:
|
||||
platform: time
|
||||
at: "13:00:00"
|
||||
@@ -40,7 +43,8 @@ automation:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.domestina
|
||||
|
||||
- alias: Domestina - End
|
||||
- id: domestina_end
|
||||
alias: Domestina · End
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.domestina
|
||||
|
||||
@@ -6,7 +6,7 @@ input_boolean:
|
||||
|
||||
automation:
|
||||
- id: enable_guest_mode
|
||||
alias: Guest mode - Enable
|
||||
alias: Guest mode · Enable
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.guest_mode
|
||||
@@ -21,7 +21,7 @@ automation:
|
||||
entity_id: input_boolean.speech_notifications
|
||||
|
||||
- id: disable_guest_mode
|
||||
alias: Guest mode - Disable
|
||||
alias: Guest mode · Disable
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.guest_mode
|
||||
|
||||
@@ -6,7 +6,7 @@ input_boolean:
|
||||
|
||||
automation:
|
||||
- id: enable_sleep_mode
|
||||
alias: Sleep mode - Enable
|
||||
alias: Sleep mode · Enable
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.sleep_mode
|
||||
@@ -16,7 +16,7 @@ automation:
|
||||
- service: script.routine_bedtime
|
||||
|
||||
- id: disable_sleep_mode
|
||||
alias: Sleep mode - Disable
|
||||
alias: Sleep mode · Disable
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.sleep_mode
|
||||
|
||||
Reference in New Issue
Block a user