#Custom sentences for garage doors
1 messages · Page 1 of 1 (latest)
I've started a thread. Please paste your current version of custom sentences file (along with filepaths), your intent_script and state whether you've restarted HA after modifying the custom sentences. For the debug info, please paste only the full raw info
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
Ok will do.
language: "en"
intents:
GarageLights:
data:
- sentences:
- "engage the garage"
intent_script:
GarageLights:
action:
service: light.turn_on
target:
entity_id: switch.overhead_garage_lights
speech:
text: "Let there be light"
custom_sentences\en thats the filepath for the intent
I've restarted HA every time
custom_sentences/en/something.yaml i hope
correct. but i'm looking at my slash and its different than yours
its custom_sentences\en
forward slashes / are usually used on linux hosts (such as HAOS). backslashes \ are used on windows hosts. how are you running HA?
vm on an unRaid server
running HAOS?
and where did you get the \ from, then? have you added it by hand in your filename?