port number typo on sesame sample URL (#8833)

The current version of the sample URL in the sesame section shows the port as 8123, like so ...

https://hassio.yourdomain.com:8123/somesecretnobodycanguess

..but I believe it should be port 3218, like so ...

https://hassio.yourdomain.com:3218/somesecretnobodycanguess
This commit is contained in:
Mr. Snyds 2019-03-06 15:50:06 -05:00 committed by Franck Nijhof
parent 329c6fafaf
commit c85d5304d4

View File

@ -120,7 +120,7 @@ loglevel:
type: string
default: info
sesame:
description: 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 your IP will get whitelisted. You can use the Network status menu to revoke IP addresses for which access has been granted. Regular authentication is still required.
description: Secret token to dynamically allow access from the IP the request originates from. Open your bookmark https://hassio.yourdomain.com:3218/somesecretnobodycanguess while `allowed_networks` is set to `[]` and your IP will get whitelisted. You can use the Network status menu to revoke IP addresses for which access has been granted. Regular authentication is still required.
required: false
type: string
sesame_totp_secret: