mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-27 14:57:15 +00:00
Add /resolution endpoint (#681)
* Add unsupported reason * Add to example * Add resolution endpoint
This commit is contained in:
parent
c67f2bdef7
commit
7253f7ad6f
@ -1498,6 +1498,25 @@ Returns a dict with selected keys from other `/*/info` endpoints.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary className="endpoint get protected">/resolution</summary>
|
||||
|
||||
**Returned data:**
|
||||
|
||||
| key | type | description |
|
||||
| -------- | ---------- | ------------------------------------------------ |
|
||||
| unsupported | list | A list of reasons why a installation is marked as unsupported (container, dbus, docker_configuration, docker_version, lxc, network_manager, os, privileged, systemd) |
|
||||
|
||||
**Example response:**
|
||||
|
||||
```json
|
||||
{
|
||||
"unsupported": ["os"]
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### Multicast
|
||||
|
||||
<details>
|
||||
|
Loading…
x
Reference in New Issue
Block a user