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