Disable join for ha1
This commit is contained in:
parent
91317b34c8
commit
ffc463b26b
@ -44,7 +44,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.zigbee2mqtt;
|
package = pkgs.unstable.zigbee2mqtt;
|
||||||
settings = {
|
settings = {
|
||||||
permit_join = true;
|
permit_join = false;
|
||||||
serial.port = "/dev/ttyUSB0";
|
serial.port = "/dev/ttyUSB0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user