feat(home-assistant): add ingresses for Matter Server & OTBR

This commit is contained in:
Felix Schröter 2026-01-10 13:21:13 +01:00
parent e5051cc64c
commit e00ed1e7c4
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -126,6 +126,20 @@ in
conversation = {
intents = { };
};
ingress = {
"matter" = {
title = "Matter Server";
icon = "mdi:home-automation";
ui_mode = "toolbar";
url = "http://127.0.0.1:${toString config.services.matter-server.port}/";
};
"otbr" = {
title = "OpenThread Border Router";
icon = "mdi:home-automation";
ui_mode = "toolbar";
url = "http://127.0.0.1:${toString config.services.openthread-border-router.web.listenPort}/";
};
};
};
# configWritable = true; # doesn't work atm
};