From 122f99662016090f759a5bc4329893f019b307aa Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 26 Feb 2025 21:29:49 -0600 Subject: [PATCH] fix --- hosts/homeassistant/homeassistant.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/homeassistant/homeassistant.nix b/hosts/homeassistant/homeassistant.nix index 2f1dabb..c0b558f 100644 --- a/hosts/homeassistant/homeassistant.nix +++ b/hosts/homeassistant/homeassistant.nix @@ -233,11 +233,6 @@ in 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"; };