1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

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

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",
}
```