#Custom sentences for garage doors

1 messages · Page 1 of 1 (latest)

jolly light
#

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

grave notchBOT
#

Please use a code share site to share code or logs, for example:

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.

tall rain
#

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

jolly light
#

custom_sentences/en/something.yaml i hope

tall rain
#

correct. but i'm looking at my slash and its different than yours

#

its custom_sentences\en

jolly light
#

forward slashes / are usually used on linux hosts (such as HAOS). backslashes \ are used on windows hosts. how are you running HA?

tall rain
#

vm on an unRaid server

jolly light
#

running HAOS?

tall rain
#

yeah

#

so it should be forward slash then

jolly light
#

and where did you get the \ from, then? have you added it by hand in your filename?

tall rain
#

a smarthome guy I was talking to told me i needed it to be \en

#

yeah I added it in

jolly light
#

🙂

#

docs are your friends. add the required folder structure, please. then restart HA and report back

tall rain
#

Got it. changing it now

#

BTW I appreciate your help with this