Hi,
I created a test-file here home-assistant/config/custom_sentences/de/test.yaml
containing this:
language: "de"
intents:
TestIntent:
data:
- sentences:
- "Fahr los"
intent_script:
TestIntent:
action:
event: "intent_event"
event_data:
entity_id: 1
volume_level: 2
I then reloaded all yaml configs in HA, but the intent doesn't work. I can't see it anywhere and Assist doesn't seem to know about it.
I am not sure how to troubleshoot this and I'd be happy about any and all help! Thanks!