mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 02:46:29 +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 |
|
||||
| ---------------- | -------------- | ----------------------------------------- |
|
||||
| agent_version | string or null | Agent version running on the Host |
|
||||
| chassis | string or null | The chassis type |
|
||||
| cpe | string or null | The local CPE |
|
||||
| deployment | string or null | The deployment stage of the OS if any |
|
||||
@ -1335,6 +1336,7 @@ Return information about the host.
|
||||
|
||||
```json
|
||||
{
|
||||
"agent_version": "1.2.0",
|
||||
"chassis": "specific",
|
||||
"cpe": "xy",
|
||||
"deployment": "stable",
|
||||
|
Loading…
x
Reference in New Issue
Block a user