This commit is contained in:
mjallen18
2025-02-26 21:57:31 -06:00
parent 122f996620
commit 365f2efff8

View File

@@ -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;
}
];