idk man
This commit is contained in:
@@ -199,6 +199,7 @@ in
|
|||||||
pyatv # Apple TV
|
pyatv # Apple TV
|
||||||
opencv-python
|
opencv-python
|
||||||
face-recognition
|
face-recognition
|
||||||
|
ibeacon_ble
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
@@ -232,7 +233,7 @@ in
|
|||||||
auth_header = {
|
auth_header = {
|
||||||
debug = false;
|
debug = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://www.home-assistant.io/integrations/ota_updater/
|
# 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";
|
zha.zigpy_config.ota.z2m_remote_index = "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/index.json";
|
||||||
};
|
};
|
||||||
@@ -276,15 +277,8 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
port = mosquittoPort;
|
acl = [ "pattern readwrite #" ];
|
||||||
users = {
|
omitPasswordAuth = true;
|
||||||
# Optional: Set up authentication
|
|
||||||
# "mqttuser" = {
|
|
||||||
# password = "your-password";
|
|
||||||
# acl = [ "pattern readwrite #" ];
|
|
||||||
# };
|
|
||||||
};
|
|
||||||
# For testing, allow anonymous connections
|
|
||||||
settings.allow_anonymous = true;
|
settings.allow_anonymous = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user