From abbd0b48e4aac09864eb82c4cceb90b9a26092c9 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 4 Jan 2025 07:17:17 -0700 Subject: [PATCH] maybe enable ingress support for hass addon refs: https://github.com/wez/govee2mqtt/issues/306 --- addon/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addon/config.yaml b/addon/config.yaml index 0df607f..b30cae9 100644 --- a/addon/config.yaml +++ b/addon/config.yaml @@ -16,6 +16,8 @@ services: apparmor: true webui: http://[HOST]:[PORT:8056]/ +ingress: true +ingress_port: 8056 # Host network access is required for LAN discovery host_network: true