--- layout: page title: "Discord" description: "Instructions on how to add Discord notifications to Home Assistant." date: 2016-01-14 15:15 sidebar: true comments: false sharing: true footer: true logo: discord.png ha_category: Notifications ha_release: 0.37 --- The [Discord service](https://discordapp.com/) is a platform for the notify component. This allows components to send messages to the user using Discord. In order to get a token you need to go to the [Discord My Apps page](https://discordapp.com/developers/applications/me) and create a new application. Once the application is ready, create a [bot](https://discordapp.com/developers/docs/topics/oauth2#bots) user (**Create a Bot User**). Retreive the **Client ID** from the information section and the (hidden) **Token** of your bot for later. When setting up the application you can use this [icon](/demo/favicon-192x192.png). To use Discord notifications, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry notify: - platform: discord token: YOUR_DISCORD_BOT_TOKEN ``` {% configuration %} name: description: The notifier will bind to the service `notify.NAME`. required: false type: string default: notify token: description: Your bot's token. required: true type: string {% endconfiguration %} ### {% linkable_title Setting up the bot %} Bots can only send messages to servers or attach local available images. To add the bot to a server you are an admin on, get the details of the bot from the [Discord My Apps page](https://discordapp.com/developers/applications/me).