aresix: homeassistant: set server name and external_url
This commit is contained in:
parent
b9c05c0a18
commit
9ae9d54e32
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@
|
||||||
];
|
];
|
||||||
customComponents = [(pkgs.callPackage ./custom_components/panel_proxy.nix {})];
|
customComponents = [(pkgs.callPackage ./custom_components/panel_proxy.nix {})];
|
||||||
config = {
|
config = {
|
||||||
|
homeassistant = {
|
||||||
|
name = "Campares";
|
||||||
|
external_url = "https://ha.campares.duckdns.org";
|
||||||
|
};
|
||||||
|
|
||||||
panel_proxy = {
|
panel_proxy = {
|
||||||
esphome = {
|
esphome = {
|
||||||
title = "ESPHome Dashboard";
|
title = "ESPHome Dashboard";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue