Keep new terminal options upgrade-compatible

This commit is contained in:
Alexandre
2026-07-10 11:21:53 +02:00
parent 6c7b6161dc
commit afce010c4e

View File

@@ -86,8 +86,8 @@ schema:
ha_smart_context: bool? ha_smart_context: bool?
enable_ha_mcp: bool? enable_ha_mcp: bool?
dangerously_skip_permissions: bool? dangerously_skip_permissions: bool?
enable_terminal: bool enable_terminal: bool?
terminal_username: match(^[A-Za-z0-9_.-]+$) terminal_username: match(^[A-Za-z0-9_.-]+$)?
terminal_password: password? terminal_password: password?
terminal_workspace: str? terminal_workspace: str?
github_token: password? github_token: password?