mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Rename strict connection statig page to guard page (#32444)
This commit is contained in:
parent
fe3b29fa72
commit
9eb3735e41
@ -133,7 +133,7 @@ The strict connection mode specifies how the Home Assistant instance should reac
|
||||
|
||||
The following modes are supported:
|
||||
- `disabled`: Strict connection mode is disabled, and all unauthenticated requests are allowed (Same as before `2024.5`).
|
||||
- `static_page`: Home Assistant will answer any unauthenticated requests with a static page, informing the user about the strict connection mode.
|
||||
- `guard_page`: Home Assistant will answer any unauthenticated requests with a guard page, informing the user about the strict connection mode.
|
||||
- `drop_connection`: Home Assistant will drop/close the connection for any unauthenticated requests, similar to when no Home Assistant instance is running.
|
||||
|
||||
If activated, Home Assistant will not even show the login page. To log in on a new device, the user needs to ask the instance admin for a temporary link. The instance admin can generate the link by calling the service `http.create_temporary_strict_connection_url`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user