mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 10:56:28 +00:00
Host agent version on API (for CLI debugging) (#1058)
This commit is contained in:
parent
4abd8b960c
commit
6e795cd74b
@ -1320,6 +1320,7 @@ Return information about the host.
|
|||||||
|
|
||||||
| key | type | description |
|
| key | type | description |
|
||||||
| ---------------- | -------------- | ----------------------------------------- |
|
| ---------------- | -------------- | ----------------------------------------- |
|
||||||
|
| agent_version | string or null | Agent version running on the Host |
|
||||||
| chassis | string or null | The chassis type |
|
| chassis | string or null | The chassis type |
|
||||||
| cpe | string or null | The local CPE |
|
| cpe | string or null | The local CPE |
|
||||||
| deployment | string or null | The deployment stage of the OS if any |
|
| deployment | string or null | The deployment stage of the OS if any |
|
||||||
@ -1335,6 +1336,7 @@ Return information about the host.
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"agent_version": "1.2.0",
|
||||||
"chassis": "specific",
|
"chassis": "specific",
|
||||||
"cpe": "xy",
|
"cpe": "xy",
|
||||||
"deployment": "stable",
|
"deployment": "stable",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user