Hello, I am VERY new to all of this (just got my homeassistant running on a raspberry pi last week!). So please respond to me like I'm a total noob (bc I am!). I am wondering if there is a way to have the voice assistant respond with a scripted response. Example: I can never remember what time the pharmacy opens and closes. I would like to be able to say "hey, what time does the pharmacy open?" and the voice assistant responds "the pharmacy opens at 9a". I could do this with the google nest I still have bc it would just search the internet and tell me the answer. but I'm trying to not use google products anymore. Any ideas?
#scripted responses
1 messages · Page 1 of 1 (latest)
you can do it with an automation
how would i set that up? I looked around and couldn't figure out how to make that work.
you want a sentence trigger
then set response action
description: ""
mode: single
triggers:
- trigger: conversation
command:
- hey what time does the pharmacy open
conditions: []
actions:
- set_conversation_response: the pharmacy opens at 9a
i was so close! i used the wrong option in "then do"