Skip to content

Commit f8e493f

Browse files
authored
Update config to v4 Koenkk/zigbee2mqtt#25299
1 parent 1ff8b9b commit f8e493f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/rootfs/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ 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-
version: 3
54+
version: 4
5555
homeassistant:
5656
enabled: true
5757
advanced:

0 commit comments

Comments
 (0)