Update API.md

This commit is contained in:
Pascal Vizeli 2018-04-26 21:42:45 +02:00 committed by GitHub
parent 2ed3ddf05b
commit 3d101a24a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
API.md
View File

@ -226,15 +226,15 @@ return:
```json
{
"hostname": "",
"hostname": "hostname|null",
"features": ["shutdown", "reboot", "update", "hostname"],
"operating_system": "",
"kernel": "",
"chassis": "",
"type": "",
"deployment": "",
"version": "",
"last_version": "",
"operating_system": "Hass.io-OS XY|Ubuntu 16.4|null",
"kernel": "4.15.7|null",
"chassis": "specific|null",
"type": "Hass.io-OS Type|null",
"deployment": "stable|beta|dev|null",
"version": "xy|null",
"last_version": "xy|null",
}
```