I’ve updated the Hass.io Configurator from v2.1 to 3.0 and its deleting the config file upon every startup. And I can’t bring up the wab interface.
Copying and pasting the example config from the wiki has the same results.
Why?
This is my 2.1 config :
{
"username": "admin",
"password": "passwordxxxxxxxx",
"ssl": false,
"certfile": "",
"keyfile": "",
"allowed_networks": [
"192.168.0.0/16"
],
"banned_ips": [
"8.8.8.8"
],
"banlimit": 0,
"ignore_pattern": [
"__pycache__"
],
"dirsfirst": false,
"enforce_basepath": false,
"notify_service": "persistent_notification.create"
}