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