Skip to content

Commit

Permalink
#26 fix disable ui
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlum committed Dec 28, 2022
1 parent 3001f52 commit dc61ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
$zigbee2mqttConfig["frontend"]["port"] = 8881;
$zigbee2mqttConfig["experimental"]["new_api"] = true;
} else {
$zigbee2mqttConfig["frontend"]["port"] = null;
$zigbee2mqttConfig["frontend"] = false;
$zigbee2mqttConfig["experimental"]["new_api"] = false;
}

Expand Down

0 comments on commit dc61ef7

Please sign in to comment.