From 80420d7c6305c025ebc15f5243c015ab55c48045 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 12 Jan 2025 18:43:22 +0100 Subject: [PATCH] Add mqtt service --- netalertx/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netalertx/config.json b/netalertx/config.json index a1d95c043..220421995 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -98,6 +98,9 @@ "schema": { "TZ": "str?" }, + "services": [ + "mqtt:want" + ], "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons",