feat(home-assistant): add ingresses for Matter Server & OTBR
This commit is contained in:
parent
e5051cc64c
commit
e00ed1e7c4
1 changed files with 14 additions and 0 deletions
|
|
@ -126,6 +126,20 @@ in
|
||||||
conversation = {
|
conversation = {
|
||||||
intents = { };
|
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
|
# configWritable = true; # doesn't work atm
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue