Changes to the speech patterns to make it more AI compatible. #1368

This commit is contained in:
CCOSTAN
2024-07-06 17:11:10 +00:00
parent ab18284c9c
commit 6a1c81c0cb
3 changed files with 7 additions and 18 deletions

View File

@@ -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]"