Changes to the speech patterns to make it more AI compatible. #1368
This commit is contained in:
parent
ab18284c9c
commit
6a1c81c0cb
|
@ -1 +1 @@
|
|||
2024.8.0.dev202407010223
|
||||
2024.8.0.dev202407020219
|
|
@ -16,21 +16,10 @@
|
|||
- service: script.speech_engine
|
||||
data:
|
||||
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.",
|
||||
"Look but do not touch mode enabled. Otherwise known as Guest Mode around here.",
|
||||
"Guest mode enabled or as I like to call it, Look but do not touch mode.",
|
||||
"Awesome! I will take the rest of the day off. Guest mode has been enabled.",
|
||||
"Guest Mode enabled. In other words, Manual Mode engaged.",
|
||||
"Guest mode enabled. Have Fun!",
|
||||
"Family, Friends and Fun. Guest mode has been enabled today.",
|
||||
"Guest Mode enabled. I am still doing stuff behind the scenes but probably will not turn off the lights on you."
|
||||
] | random }}
|
||||
call_responsibilities: 1
|
||||
Guest Mode has been enabled. Must be a party. [Summarize the weather for our guests]
|
||||
call_no_announcement: 1
|
||||
call_inside_weather: 1
|
||||
call_outside_weather: 1
|
||||
call_garage_check: 1
|
||||
call_window_check: 1
|
||||
|
||||
|
|
|
@ -199,7 +199,7 @@ automation:
|
|||
- cover.small_garage_door
|
||||
from: 'closed'
|
||||
to: 'open'
|
||||
for: '00:02:30'
|
||||
for: '00:10:00'
|
||||
|
||||
action:
|
||||
- choose:
|
||||
|
@ -209,7 +209,7 @@ automation:
|
|||
data:
|
||||
DoorClosed: "The {{ trigger.entity_id.split('.')[1]|replace('_', ' ') }} is now {{ (trigger.to_state.state)|replace('_', ' ') }}."
|
||||
call_garage_check: 1
|
||||
- delay: "00:20:00"
|
||||
- delay: "00:10:00"
|
||||
- service: script.garage_lights_off
|
||||
|
||||
default:
|
||||
|
@ -320,5 +320,5 @@ automation:
|
|||
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
value1: "Check the garage doors. The Small garage is {{ states('cover.small_garage_door')}} and the large garage is {{ states('cover.large_garage_door')}} [Only mention the garage door that is open]"
|
||||
value1: "Check the garage doors. The Small garage is {{ states('cover.small_garage_door')}} and the large garage is {{ states('cover.large_garage_door')}} [Only mention the garage door that is open and remind us to close it for the night]"
|
||||
|
||||
|
|
Loading…
Reference in New Issue