diff --git a/hosts/homeassistant/homeassistant.nix b/hosts/homeassistant/homeassistant.nix index c0b558f..89c9c76 100644 --- a/hosts/homeassistant/homeassistant.nix +++ b/hosts/homeassistant/homeassistant.nix @@ -199,6 +199,7 @@ in pyatv # Apple TV opencv-python face-recognition + ibeacon_ble ]; config = { @@ -232,7 +233,7 @@ in auth_header = { debug = false; }; - + # 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"; }; @@ -276,15 +277,8 @@ in enable = true; listeners = [ { - port = mosquittoPort; - users = { - # Optional: Set up authentication - # "mqttuser" = { - # password = "your-password"; - # acl = [ "pattern readwrite #" ]; - # }; - }; - # For testing, allow anonymous connections + acl = [ "pattern readwrite #" ]; + omitPasswordAuth = true; settings.allow_anonymous = true; } ];