Disable permit join all on zigbee2mqtt

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-07-10 00:49:57 +02:00
parent 29c9a13842
commit c177ed0be9
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -24,7 +24,7 @@ makeSystem {
envsubst = true; envsubst = true;
config = { config = {
homeassistant = true; homeassistant = true;
permit_join = true; permit_join = false;
mqtt = { mqtt = {
base_topic = "zigbee2mqtt"; base_topic = "zigbee2mqtt";
server = "mqtt://127.0.0.1:1883"; server = "mqtt://127.0.0.1:1883";