Hi!
HomeAssistant Discord integration lacked functionalities I’d love to see as it only supports sending messages to selected Discord channels. I’ve therefore decided to create my own project that’d allow me to easily manage HomeAssistant using Discord bot slash commands.
Bot is not an integration to HomeAssistant by itself as I was mainly making it for my own purposes and wanted it isolated. It requires Discord bot token and HomeAssistant token to run and allows you to:
-
inspect Labels, Areas, Devices and Entities (most important information that I found exposeable are sent except config-based stuff)
-
run assist conversation ( Talking with Home Assistant - get your system up & running - Home Assistant )
[can’t attach GIFs due to limitations]
-
execute service actions (eg.
lights.turn_on
The source code may be found at: GitHub - kpustelnik/hass_discord_bot
As mentioned before - I was mainly making the bot for my own purposes as a quick project but if anyone likes to use it, has any suggestions or would love to see any adjustments, please feel free to let me know here or via Github Issues.