You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_addons/configurator.markdown
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Screenshot of the HASS Configurator.
49
49
"banlimit": 0,
50
50
"ignore_pattern": ["__pycache__"],
51
51
"dirsfirst": false,
52
+
"sesame": "somesecretnobodycanguess"
52
53
}
53
54
```
54
55
@@ -60,6 +61,7 @@ Screenshot of the HASS Configurator.
60
61
-**banlimit** (*Optional*): Ban access from IPs after `banlimit` failed login attempts. The default value `0` disables this feature. Restart the add-on to clear the list of banned IP addresses.
61
62
-**ignore_pattern** (*Optional*): Files and folders to ignore in the UI.
62
63
-**dirsfirst** (*Optional*): List directories before files in the file browser.
64
+
-**sesame** (*Optional*): Secret token to dynamically allow access from the IP the request originates from. Open your bookmark https://hassio.yourdomain.com:8123/somesecretnobodycanguess while `allowed_networks` is set to `[]` and boom! Open Sesame! You can use the _Network status_ menu to revoke IP addresses for which access has been granted.
63
65
64
66
### {% linkable_title Embedding into Home-Assistant %}
0 commit comments