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