From 76a3740fc592f7c05c43e0fba9ea427789b55c3e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:04:33 +0100 Subject: [PATCH] Enable hassio_api --- netalertx/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/netalertx/config.json b/netalertx/config.json index e456d4494..b28062ffd 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -12,6 +12,7 @@ "PUID": "0", "TZ": "Europe/Berlin" }, + "hassio_api": true, "host_network": true, "image": "ghcr.io/alexbelgium/netalertx-{arch}", "init": false,