--wip-- [skip ci]
This commit is contained in:
parent
6345343be4
commit
23978e91e3
1 changed files with 3 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue