From 6487de443137c73e57f07f912b982afb7b4ef04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 11 Apr 2023 17:07:01 +0200 Subject: home-assistant: removed mqtt settings --- nixos/machine/errol.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nixos/machine') diff --git a/nixos/machine/errol.nix b/nixos/machine/errol.nix index ad3137c..1a586a1 100644 --- a/nixos/machine/errol.nix +++ b/nixos/machine/errol.nix @@ -77,10 +77,6 @@ with lib; { }; http.server_port = 8808; mqtt = { - broker = config.cynerd.hosts.spt.mox; - port = 1883; - username = "homeassistant"; - password = "!secret mqtt_password"; sensor = import ../modules/home-assistant/sensors.nix; light = import ../modules/home-assistant/light.nix; }; -- cgit v1.2.3