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 ```json
{ {
"hostname": "", "hostname": "hostname|null",
"features": ["shutdown", "reboot", "update", "hostname"], "features": ["shutdown", "reboot", "update", "hostname"],
"operating_system": "", "operating_system": "Hass.io-OS XY|Ubuntu 16.4|null",
"kernel": "", "kernel": "4.15.7|null",
"chassis": "", "chassis": "specific|null",
"type": "", "type": "Hass.io-OS Type|null",
"deployment": "", "deployment": "stable|beta|dev|null",
"version": "", "version": "xy|null",
"last_version": "", "last_version": "xy|null",
} }
``` ```