This commit is contained in:
mjallen18
2025-02-26 21:20:00 -06:00
parent 4b8b6771d7
commit 17a6af9921
3 changed files with 7 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ in
"isal" "isal"
"subaru" "subaru"
"vesync" "vesync"
"mqtt" # Enables MQTT integration in HA
]; ];
customComponents = with pkgs.home-assistant-custom-components; [ customComponents = with pkgs.home-assistant-custom-components; [
auth-header auth-header
@@ -235,6 +236,11 @@ in
auth_header = { auth_header = {
debug = false; debug = false;
}; };
mqtt = {
base_topic = "zigbee2mqtt";
server = "mqtt://localhost";
};
# https://www.home-assistant.io/integrations/ota_updater/ # https://www.home-assistant.io/integrations/ota_updater/
zha.zigpy_config.ota.z2m_remote_index = "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/index.json"; zha.zigpy_config.ota.z2m_remote_index = "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/index.json";

View File

@@ -14,8 +14,6 @@
./apps/netdata ./apps/netdata
./apps/collabora ./apps/collabora
./apps/homeassistant
]; ];
nas-apps = { nas-apps = {

View File

@@ -8,7 +8,7 @@ let
cloudUrl = "http://10.0.2.18:80"; cloudUrl = "http://10.0.2.18:80";
jellyfinUrl = "http://10.0.1.18:8096"; jellyfinUrl = "http://10.0.1.18:8096";
jellyseerrUrl = "http://10.0.1.52:5055"; jellyseerrUrl = "http://10.0.1.52:5055";
hassUrl = "http://10.0.1.183:8123"; hassUrl = "http://jallen-hass.local:8123";
openWebUIUrl = "http://10.0.1.18:8888"; openWebUIUrl = "http://10.0.1.18:8888";
paperlessUrl = "http://10.0.1.20:28981"; paperlessUrl = "http://10.0.1.20:28981";
in in