Custom_sentences config

Is this info from Chat GPT somehow correct?

language: en
intents:
SetLightBrightness:
data:
- sentences:
- “Set the light to {Rate} brightness”
- sentences:
- “Make the lights {Rate}”
slots:
Rate:
values:
- in:
- “a lot”
- “very bright”
- “maximum”
out: “high”
- in:
- “a little”
- “dim”
- “low”
out: “low”

Can I have multiple INs for one OUT?
(This sample is not working)

Don’t trust ChatGPT. I think there’s a built-in sentence to set the brightness of a light:

You example doesn’t bear much resemblance to the ones in the docs:

1 Like

yes

      - in: "(a lot|very brigh|maximum)"
        out: "high"