Discord integration installs OK, but no service available

Hello,

I am super new, but I have searched and can’t find any threads that relate to what I’m encountering. I’m sure I am doing something wrong on my end, but I can’t figure out what it is. I’ve installed the Discord integration, restarted HA, and checked the services multiple times (I am using Developer Options to check for the service so I can test it). The Discord integration card on my Integrations does not show any devices or entities.

Thanks for any help you can provide.

1 Like

I’m also figuring this out new and the documentation isn’t that clear for us first timers. Here is what worked for me:

Go to HA developer tools, the services. Search for Notifications: Send a notification with <your bot name>

For the message content, you need to enter your discord channel as an array into the UI, like this:

['12345678901234567']

Hit Send and check your discord channel.

1 Like

Thank you!