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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ To install Guest Mode using [HACS](https://hacs.xyz/):
33
33
|**Path for Admin UI**|Custom URL path for accessing the admin interface|No|`/guest-mode`|
34
34
|**Login Path**|Custom URL path for guest to access the login page|No|`/guest-mode/login`|
35
35
|**Copy link directly (skips sharing)**|If checked, clicking the share button will copy the link directly to the clipboard instead of opening the native share dialog.|No|Unchecked|
36
+
|**Default User Name** (`default_user`)|Preselects the user when creating a token. This matches the Home Assistant user's **Name** field.|No|Empty|
37
+
|**Default Dashboard/View Path** (`default_dashboard`)|Preselects dashboard or dashboard view when creating a token. Use `dashboard` or `dashboard/view` (examples: `lovelace-guest`, `lovelace-guest/entry`) and do not include a leading slash.|No|Empty|
"default_user": "Entspricht dem Feld Name des Home-Assistant-Benutzers.",
16
+
"default_dashboard": "Verwenden Sie dashboard oder dashboard/view (z. B. lovelace-guest oder lovelace-guest/eingang). Keinen führenden Schrägstrich angeben."
11
17
}
12
18
}
13
19
},
@@ -24,7 +30,13 @@
24
30
"tab_name": "Tab-Name",
25
31
"path_to_admin_ui": "Pfad zur Admin-Oberfläche",
26
32
"login_path": "Gast-Login-Pfad",
27
-
"copy_link_mode": "Link direkt kopieren (überspringt das Teilen)"
33
+
"copy_link_mode": "Link direkt kopieren (überspringt das Teilen)",
"default_user": "Entspricht dem Feld Name des Home-Assistant-Benutzers.",
39
+
"default_dashboard": "Verwenden Sie dashboard oder dashboard/view (z. B. lovelace-guest oder lovelace-guest/eingang). Keinen führenden Schrägstrich angeben."
0 commit comments