mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 12:56:30 +00:00
Fix store addons addon api response (#1422)
This commit is contained in:
parent
f2e921c79d
commit
ae713239bf
@ -2222,30 +2222,38 @@ Returns information about a store add-on
|
||||
|
||||
```json
|
||||
{
|
||||
"apparmor": false,
|
||||
"advanced": false,
|
||||
"apparmor": "default",
|
||||
"arch": ["armhf", "aarch64", "i386", "amd64"],
|
||||
"auth_api": true,
|
||||
"available": true,
|
||||
"build": false,
|
||||
"description": "Awesome description",
|
||||
"detached": false,
|
||||
"docker_api": false,
|
||||
"documentation": true,
|
||||
"full_access": true,
|
||||
"hassio_api": false,
|
||||
"hassio_role": "manager",
|
||||
"homeassistant_api": true,
|
||||
"homeassistant": "2021.2.0b0",
|
||||
"host_network": false,
|
||||
"host_pid": false,
|
||||
"icon": false,
|
||||
"ingress": true,
|
||||
"installed": "1.0.0",
|
||||
"installed": false,
|
||||
"logo": true,
|
||||
"long_description": "lorem ipsum",
|
||||
"name": "Awesome add-on",
|
||||
"rating": 5,
|
||||
"repository": "https://example.com/addons",
|
||||
"signed": false
|
||||
"repository": "core",
|
||||
"signed": false,
|
||||
"slug": "7kshd7_awesome",
|
||||
"state": "started",
|
||||
"version": "1.0.0",
|
||||
"stage": "stable",
|
||||
"update_available": false,
|
||||
"url": "https://example.com/addons/tree/main/awesome_addon",
|
||||
"version_latest": "1.0.0",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user