Skip to content

Commit f9802d1

Browse files
danielperna84frenck
authored andcommitted
Added information for new sesame-option (home-assistant#4550)
1 parent 512a618 commit f9802d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_addons/configurator.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Screenshot of the HASS Configurator.
4949
"banlimit": 0,
5050
"ignore_pattern": ["__pycache__"],
5151
"dirsfirst": false,
52+
"sesame": "somesecretnobodycanguess"
5253
}
5354
```
5455

@@ -60,6 +61,7 @@ Screenshot of the HASS Configurator.
6061
- **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.
6162
- **ignore_pattern** (*Optional*): Files and folders to ignore in the UI.
6263
- **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.
6365

6466
### {% linkable_title Embedding into Home-Assistant %}
6567

0 commit comments

Comments
 (0)