File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ if ! bashio::fs.file_exists "$ZIGBEE2MQTT_DATA/configuration.yaml"; then
5151 mkdir -p " $ZIGBEE2MQTT_DATA " || bashio::exit.nok " Could not create $ZIGBEE2MQTT_DATA "
5252
5353 cat << EOF > "$ZIGBEE2MQTT_DATA /configuration.yaml"
54- homeassistant: true
54+ homeassistant:
55+ enabled: true
5556advanced:
5657 network_key: GENERATE
5758 pan_id: GENERATE
@@ -65,7 +66,7 @@ if bashio::config.has_value 'watchdog'; then
6566fi
6667
6768export NODE_PATH=/app/node_modules
68- export ZIGBEE2MQTT_CONFIG_FRONTEND=' {"port": 8099}'
69+ export ZIGBEE2MQTT_CONFIG_FRONTEND=' {"enabled":true," port": 8099}'
6970
7071if bashio::config.true ' disable_tuya_default_response' ; then
7172 bashio::log.info " Disabling TuYa default responses"
You can’t perform that action at this time.
0 commit comments