mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
Too many updates to cover
This commit is contained in:
30
packages/jarvis.yaml
Normal file → Executable file
30
packages/jarvis.yaml
Normal file → Executable file
@@ -24,6 +24,24 @@ automation:
|
||||
"I have enabled guest mode. ",
|
||||
"Guest Mode is on."
|
||||
] | random }}
|
||||
- id: sentry_mode_feedback
|
||||
alias: Sentry Mode Audio Feedback
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- input_boolean.sentry_mode
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
action:
|
||||
- service: script.jarvis_voice
|
||||
data_template:
|
||||
message: >
|
||||
{{ [
|
||||
"Sentry Mode has been enabled.",
|
||||
"Anchorage House is secure.",
|
||||
"I have enabled sentry mode. ",
|
||||
"I am monitoring Anchorage House."
|
||||
] | random }}
|
||||
|
||||
script:
|
||||
activate_house_party_protocol:
|
||||
@@ -42,14 +60,4 @@ script:
|
||||
"Anchorage House has been configured for a House Party.",
|
||||
"Incense has been turned on.",
|
||||
"I have enabled house party protocol."
|
||||
] | random }}
|
||||
|
||||
activate_guest_mode:
|
||||
sequence:
|
||||
- service: script.jarvis_voice
|
||||
data_template:
|
||||
message: !include ../templates/jarvis_confirmations.yaml
|
||||
- delay:
|
||||
seconds: 3
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.guest_mode
|
||||
] | random }}
|
Reference in New Issue
Block a user