mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Standartize naming
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- alias: Trigger Domestina Start
|
||||
- alias: Domestina - Automate Start
|
||||
trigger:
|
||||
platform: time
|
||||
at: "08:30:00"
|
||||
@@ -9,7 +9,7 @@
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.domestina
|
||||
|
||||
- alias: On Domestina Start
|
||||
- alias: Domestina - Start
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.domestina
|
||||
@@ -23,7 +23,7 @@
|
||||
- automation.cube_knock
|
||||
- automation.cube_shake
|
||||
|
||||
- alias: Trigger Domestina End
|
||||
- alias: Domestina - Automate End
|
||||
trigger:
|
||||
platform: time
|
||||
at: "13:00:00"
|
||||
@@ -34,7 +34,7 @@
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.domestina
|
||||
|
||||
- alias: On Domestina End
|
||||
- alias: Domestina - End
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.domestina
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- id: enable_guest_mode
|
||||
alias: Enable Guest Mode
|
||||
alias: Guest Mode - Enable
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.guest_mode
|
||||
@@ -14,7 +14,7 @@
|
||||
entity_id: input_boolean.speech_notifications
|
||||
|
||||
- id: disable_guest_mode
|
||||
alias: Disable Guest Mode
|
||||
alias: Guest Mode - Disable
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.guest_mode
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- id: cube_knock
|
||||
alias: Go to bed on Cube Knock
|
||||
alias: Magic Cube - Knock - Go to bed
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: sensor.cube_multistate_input
|
||||
@@ -9,7 +9,7 @@
|
||||
entity_id: input_boolean.sleep_mode
|
||||
|
||||
- id: cube_shake
|
||||
alias: Wake up on Cube Shake
|
||||
alias: Magic Cube - Shake - Wake up
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: sensor.cube_multistate_input
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- id: leaving_home
|
||||
alias: Leaving home
|
||||
alias: Presence - Leaving home
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: person.georgi
|
||||
@@ -16,7 +16,7 @@
|
||||
entity_id: input_boolean.speech_notifications
|
||||
|
||||
- id: coming_home
|
||||
alias: Coming home
|
||||
alias: Presence - Coming Home
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: person.georgi
|
||||
@@ -28,7 +28,8 @@
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.speech_notifications
|
||||
|
||||
- alias: Play welcome music when I come back
|
||||
- id: coming_home_welcome
|
||||
alias: Presence - Coming Home - Play welcome music
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: person.georgi
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- id: enable_sleep_mode
|
||||
alias: Enable Sleep Mode
|
||||
alias: Sleep Mode - Enable
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.sleep_mode
|
||||
@@ -26,7 +26,7 @@
|
||||
message: "Entering sleep mode. Good night!"
|
||||
|
||||
- id: disable_sleep_mode
|
||||
alias: Disable Sleep Mode
|
||||
alias: Sleep Mode - Disable
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: input_boolean.sleep_mode
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Hack - the switch.camera initial state is wrong (ON) when the server starts.
|
||||
- id: hass_startup
|
||||
alias: "Hass startup"
|
||||
alias: System - Startup
|
||||
trigger:
|
||||
- platform: homeassistant
|
||||
event: start
|
||||
|
||||
Reference in New Issue
Block a user