1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Add support for webui (#105)

* Add support for webui

* support lists

* fix regex
This commit is contained in:
Pascal Vizeli
2017-07-21 01:34:46 +02:00
committed by GitHub
parent 7e1bb42bb7
commit 0f30a23f3e
5 changed files with 30 additions and 5 deletions

3
API.md
View File

@@ -334,7 +334,8 @@ Get all available addons
"options": "{}",
"network": "{}|null",
"host_network": "bool",
"logo": "bool"
"logo": "bool",
"webui": "null|http(s)://[HOST]:port/xy/zx"
}
```