idk
This commit is contained in:
@@ -113,6 +113,7 @@ in
|
||||
"isal"
|
||||
"subaru"
|
||||
"vesync"
|
||||
"mqtt" # Enables MQTT integration in HA
|
||||
];
|
||||
customComponents = with pkgs.home-assistant-custom-components; [
|
||||
auth-header
|
||||
@@ -235,6 +236,11 @@ in
|
||||
auth_header = {
|
||||
debug = false;
|
||||
};
|
||||
|
||||
mqtt = {
|
||||
base_topic = "zigbee2mqtt";
|
||||
server = "mqtt://localhost";
|
||||
};
|
||||
|
||||
# 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";
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
|
||||
./apps/netdata
|
||||
./apps/collabora
|
||||
|
||||
./apps/homeassistant
|
||||
];
|
||||
|
||||
nas-apps = {
|
||||
|
||||
@@ -8,7 +8,7 @@ let
|
||||
cloudUrl = "http://10.0.2.18:80";
|
||||
jellyfinUrl = "http://10.0.1.18:8096";
|
||||
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";
|
||||
paperlessUrl = "http://10.0.1.20:28981";
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user