Integrating snips.ai into Home Assistant

Hi,
i installed snips.ai on a seperate raspi and configured it.
I’m using snips own MQTT-Broker, so i added

mqtt:
    broker: <snips.ai IP-adress>
    port: 1883

to my configuration.yaml

Home Assistant seems to be listening to the broker. I tested this by writing an automation that turns on the light, when it detects a post at
hermes/intent/lightsTurnOnSet
This works.

However adding

snips:
intent_script:
  lightsTurnOnSet:
    action:
      service: light.turn_on

to my configuration.yaml file has no effect.

Can anyone tell me what i’m doing wrong here?

Thanks in advance!

See your logs in snips and also i would recommend to run the HA with logger debug option.