mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Disable permit join all on zigbee2mqtt
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
29c9a13842
commit
c177ed0be9
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue