1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00
* 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:
Pascal Vizeli
2017-12-10 23:29:51 +01:00
committed by GitHub
parent 6a5bd5a014
commit ece6c644cf
6 changed files with 24 additions and 3 deletions

3
API.md
View File

@@ -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",