mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
29 lines
859 B
JSON
Executable file
29 lines
859 B
JSON
Executable file
{
|
|
"name": "Visual Studio Code",
|
|
"version": "dev",
|
|
"slug": "vscode",
|
|
"description": "Fully featured VSCode experience, to edit your HA config in the browser, including auto-completion!",
|
|
"url": "https://github.com/hassio-addons/addon-vscode",
|
|
"ingress": true,
|
|
"ingress_port": 1337,
|
|
"panel_icon": "mdi:visual-studio-code",
|
|
"startup": "services",
|
|
"arch": ["aarch64", "amd64"],
|
|
"boot": "auto",
|
|
"hassio_api": true,
|
|
"hassio_role": "manager",
|
|
"homeassistant_api": true,
|
|
"auto_uart": true,
|
|
"map": ["config:rw", "ssl:rw", "addons:rw", "share:rw", "backup:rw"],
|
|
"options": {
|
|
"packages": [],
|
|
"init_commands": [],
|
|
"disable_telemetry": false
|
|
},
|
|
"schema": {
|
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
|
"packages": ["str"],
|
|
"init_commands": ["str"],
|
|
"disable_telemetry": "bool?"
|
|
}
|
|
}
|