diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md
index 4deccf19..69b24218 100644
--- a/docs/api/supervisor/endpoints.md
+++ b/docs/api/supervisor/endpoints.md
@@ -693,7 +693,6 @@ Reset internal authentication cache, this is useful if you have changed the pass
-
### Backup
@@ -836,7 +835,6 @@ Does a partial restore of the backup with the given slug.
-
### CLI
@@ -1314,7 +1312,6 @@ Get audio devices
-
### Host
@@ -1335,6 +1332,8 @@ Return information about the host.
| hostname | string or null | The hostname of the host |
| kernel | string or null | The kernel version on the host |
| operating_system | string | The operating system on the host |
+| boot_timestamp | int | The timestamp for the last boot in microseconds |
+| startup_time | float | The time in seconds it took for last boot |
**Example response:**
@@ -1350,7 +1349,9 @@ Return information about the host.
"features": ["shutdown", "reboot", "hostname", "services", "haos"],
"hostname": "Awesome host",
"kernel": "4.15.7",
- "operating_system": "Home Assistant OS"
+ "operating_system": "Home Assistant OS",
+ "boot_timestamp": 1234567788,
+ "startup_time": 12.345
}
```
@@ -2169,28 +2170,24 @@ Returns information about a store add-on
-
Install an add-on from the store.
-
Update an add-on from the store.
-
Reloads the information stored about add-ons.
-
Returns a list of store repositories