From e972de039e7034678b36e8aa53d836813fc66580 Mon Sep 17 00:00:00 2001 From: "J. Loops" <66142072+jloops412@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:10:01 -0400 Subject: [PATCH] feat: add Home Assistant Bridge to community plugins (#8891) * feat: add Home Assistant Bridge to community plugins * feat: add Home Assistant Bridge to community plugins --- src/assets/community-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/assets/community-plugins.json b/src/assets/community-plugins.json index 673ba47ec5..9416ae41d9 100644 --- a/src/assets/community-plugins.json +++ b/src/assets/community-plugins.json @@ -118,5 +118,13 @@ "author": "coissay", "authorUrl": "https://github.com/coissay", "stars": 0 + }, + { + "name": "Home Assistant Bridge", + "shortDescription": "Bidirectional bridge between Super Productivity and Home Assistant. Rules-based automation engine: control lights, scenes, media, and notifications based on your tasks. Auto-focus mode, break reminders, daily summaries, and live HA sensor display.", + "url": "https://github.com/jloops412/ha-super-productivity", + "author": "jloops412", + "authorUrl": "https://github.com/jloops412", + "stars": 0 } ]