From 959320979d47baa9344ad49aa1c9f98cfb253bf9 Mon Sep 17 00:00:00 2001 From: DrR0X-glitch Date: Fri, 17 Jan 2025 15:32:46 +1100 Subject: [PATCH] Change integration to Hass.Agent 2 --- discord_bot/get_help_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord_bot/get_help_cog.py b/discord_bot/get_help_cog.py index efaa86e..dec14c4 100644 --- a/discord_bot/get_help_cog.py +++ b/discord_bot/get_help_cog.py @@ -40,7 +40,7 @@ async def on_thread_create(self, thread): if "ha issue" in tags: users_to_ping.add(638245963240046592) - tags_embed.description += "\n\n**Please provide us with your integration version number.**\n> You can find it in `HACS -> HASS.Agent -> Top left` for installed version number." + tags_embed.description += "\n\n**Please provide us with your integration version number.**\n> You can find it in `HACS -> HASS.Agent 2 -> Top left` for installed version number." if "documentation" in tags: users_to_ping.add(638245963240046592)