File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ 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+ version: 3
55+ homeassistant:
56+ enabled: true
5557advanced:
5658 network_key: GENERATE
5759 pan_id: GENERATE
@@ -65,7 +67,7 @@ if bashio::config.has_value 'watchdog'; then
6567fi
6668
6769export NODE_PATH=/app/node_modules
68- export ZIGBEE2MQTT_CONFIG_FRONTEND=' {"port": 8099}'
70+ export ZIGBEE2MQTT_CONFIG_FRONTEND=' {"enabled":true," port": 8099}'
6971
7072if bashio::config.true ' disable_tuya_default_response' ; then
7173 bashio::log.info " Disabling TuYa default responses"
You can’t perform that action at this time.
0 commit comments