mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-05 20:52:29 +02:00
Keep new terminal options upgrade-compatible
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user