Document safe_mode option on /core/restart (#2143)

This commit is contained in:
Mike Degatano 2024-04-17 02:59:00 -04:00 committed by GitHub
parent 33736391c5
commit 848e05641c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1128,6 +1128,13 @@ Rebuild the Home Assistant core container
<ApiEndpoint path="/core/restart" method="post">
Restart the Home Assistant core container
**Payload:**
| key | type | optional | description |
| --------- | ---------- | -------- | -------------------------------- |
| safe_mode | boolean | True | Restart Core into safe mode |
</ApiEndpoint>
<ApiEndpoint path="/core/start" method="post">