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 {})];
|
||||
config = {
|
||||
homeassistant = {
|
||||
name = "Campares";
|
||||
external_url = "https://ha.campares.duckdns.org";
|
||||
};
|
||||
|
||||
panel_proxy = {
|
||||
esphome = {
|
||||
title = "ESPHome Dashboard";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue