From df8f8861539d0edade37569268efe4954fe31104 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 26 Feb 2025 20:17:19 -0600 Subject: [PATCH] mqtt or sum --- hosts/homeassistant/homeassistant.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/homeassistant/homeassistant.nix b/hosts/homeassistant/homeassistant.nix index 63baae9..d727897 100644 --- a/hosts/homeassistant/homeassistant.nix +++ b/hosts/homeassistant/homeassistant.nix @@ -160,14 +160,6 @@ in auth_header = { debug = false; }; - - # MQTT with the new configuration format - mqtt = {}; # Enable the integration - - "mqtt:broker" = "localhost"; - "mqtt:port" = 1883; - "mqtt:discovery" = true; - "mqtt:discovery_prefix" = "homeassistant"; # 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";