aresix: homeassistant: set server name and external_url

This commit is contained in:
Pedro Rey Anca 2025-10-16 15:46:43 +02:00
parent b9c05c0a18
commit 9ae9d54e32
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A

View file

@ -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";