mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
IPC (#267)
* Update API.md * Update const.py * Update addon.py * Update validate.py * Update addon.py * Update addons.py * fix lint
This commit is contained in:
3
API.md
3
API.md
@@ -357,6 +357,8 @@ Get all available addons.
|
||||
"audio": "bool",
|
||||
"gpio": "bool",
|
||||
"stdin": "bool",
|
||||
"host_ipc": "bool",
|
||||
"host_network": "bool",
|
||||
"hassio_api": "bool",
|
||||
"homeassistant_api": "bool"
|
||||
}
|
||||
@@ -392,6 +394,7 @@ Get all available addons.
|
||||
"options": "{}",
|
||||
"network": "{}|null",
|
||||
"host_network": "bool",
|
||||
"host_ipc": "bool",
|
||||
"privileged": ["NET_ADMIN", "SYS_ADMIN"],
|
||||
"devices": ["/dev/xy"],
|
||||
"logo": "bool",
|
||||
|
||||
Reference in New Issue
Block a user