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