Rename strict connection statig page to guard page (#32444)

This commit is contained in:
Robert Resch 2024-04-24 10:30:23 +02:00 committed by GitHub
parent fe3b29fa72
commit 9eb3735e41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`.