mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
Took some extra speech settings from @3vasi0n89. Love the inspirational quotes.
This commit is contained in:
@@ -43,7 +43,9 @@
|
||||
person + " is now here. Hash tag Smart Home.",
|
||||
"Just a quick announcement. " ~ person +" has arrived!",
|
||||
"Pardon the interruption but " ~ person +" is home!",
|
||||
"My systems are picking up the presence of additional humans. " ~ person +" has been identified as home."
|
||||
"My systems are picking up the presence of additional humans. " ~ person +" has been identified as home.",
|
||||
"Welcome home "~person~"! It is nice to see you again! Let me turn on the lights. ",
|
||||
"It looks like "~person~" is finally home! I will get the house ready for you. "
|
||||
] | random }}
|
||||
{%- endmacro -%}
|
||||
{{greeting_sentence(person)}}
|
||||
|
@@ -17,6 +17,8 @@
|
||||
value1: >
|
||||
{{ [
|
||||
"Guest Mode has been enabled for the rest of the day.",
|
||||
"Switching to guest mode! ",
|
||||
"I have enabled guest mode for the rest of the day. ",
|
||||
"System Guest Mode has been enabled. I will minimize the amount of automation for today."
|
||||
] | random }}
|
||||
call_responsibilities: 1
|
||||
@@ -46,6 +48,9 @@
|
||||
data_template:
|
||||
value1: >
|
||||
{{ [
|
||||
"Guest Mode has been disabled and normal automations will continue."
|
||||
"Guest Mode has been disabled and normal automations will continue.",
|
||||
"Let me disable guest mode since there are no longer any guests in the house. ",
|
||||
"I have disabled guest mode and have resumed normal operations! ",
|
||||
"Disabling guest mode! "
|
||||
] | random }}
|
||||
call_no_announcement: 1
|
||||
|
Reference in New Issue
Block a user