--wip-- [skip ci]

This commit is contained in:
Filippo Berto 2025-01-19 19:32:29 +01:00
parent 6345343be4
commit 23978e91e3

View file

@ -88,12 +88,12 @@ in
address = "127.0.0.1"; address = "127.0.0.1";
port = 1883; port = 1883;
omitPasswordAuth = true; omitPasswordAuth = true;
users.iotdevice = { users.zigbee2mqtt = {
acl = [ acl = [
# "pattern readwrite #" # "pattern readwrite #"
"readwrite #" "readwrite #"
]; ];
password = "mysweetpassword-or-use-hashedPassword"; password = "zigbee2mqtt";
}; };
}]; }];
}; };
@ -101,6 +101,7 @@ in
enable = true; enable = true;
settings = { settings = {
homeassistant = config.services.home-assistant.enable; homeassistant = config.services.home-assistant.enable;
mqtt.user = "zigbee2mqtt";
frontend = true; frontend = true;
permit_join = true; permit_join = true;
serial = { serial = {