Disable join for ha1

This commit is contained in:
Torjus Håkestad 2024-05-29 01:23:51 +02:00
parent 91317b34c8
commit ffc463b26b

View File

@ -44,7 +44,7 @@
enable = true;
package = pkgs.unstable.zigbee2mqtt;
settings = {
permit_join = true;
permit_join = false;
serial.port = "/dev/ttyUSB0";
};
};