mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-27 03:06:30 +00:00
Add extended store addon info (#1358)
This commit is contained in:
parent
f5142b2295
commit
68c88d3400
@ -2231,15 +2231,30 @@ Returns information about a store add-on
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Awesome add-on",
|
"apparmor": false,
|
||||||
"slug": "7kshd7_awesome",
|
"arch": ["armhf", "aarch64", "i386", "amd64"],
|
||||||
|
"auth_api": true,
|
||||||
"description": "Awesome description",
|
"description": "Awesome description",
|
||||||
"repository": "https://example.com/addons",
|
"detached": false,
|
||||||
"version": "1.0.0",
|
"docker_api": false,
|
||||||
"installed": "1.0.0",
|
"full_access": true,
|
||||||
|
"hassio_api": false,
|
||||||
|
"hassio_role": "manager",
|
||||||
|
"homeassistant_api": true,
|
||||||
|
"host_network": false,
|
||||||
|
"host_pid": false,
|
||||||
"icon": false,
|
"icon": false,
|
||||||
|
"ingress": true,
|
||||||
|
"installed": "1.0.0",
|
||||||
"logo": true,
|
"logo": true,
|
||||||
"state": "started"
|
"long_description": "lorem ipsum",
|
||||||
|
"name": "Awesome add-on",
|
||||||
|
"rating": 5,
|
||||||
|
"repository": "https://example.com/addons",
|
||||||
|
"signed": false
|
||||||
|
"slug": "7kshd7_awesome",
|
||||||
|
"state": "started",
|
||||||
|
"version": "1.0.0",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user