idk
This commit is contained in:
@@ -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
|
||||||
@@ -236,6 +237,11 @@ in
|
|||||||
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";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
./apps/netdata
|
./apps/netdata
|
||||||
./apps/collabora
|
./apps/collabora
|
||||||
|
|
||||||
./apps/homeassistant
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nas-apps = {
|
nas-apps = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user