From dadac8d95e1125fc30e1029a5d6a3f754d480dc0 Mon Sep 17 00:00:00 2001 From: Luca Gobbi <80841205+lucagobbi@users.noreply.github.com> Date: Wed, 20 Mar 2024 08:31:34 +0100 Subject: [PATCH] Update plugins.json Added HA Agent plugin to plugins.json --- plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins.json b/plugins.json index cbbac95..a218929 100644 --- a/plugins.json +++ b/plugins.json @@ -258,5 +258,9 @@ { "name": "RecURLsive", "url": "https://github.com/mattiamazzari/recursive-url" + }, + { + "name": "HA Agent", + "url": "https://github.com/lucagobbi/ha_agent" } ]