idk man
This commit is contained in:
@@ -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;
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user