mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-17 06:16:28 +00:00
Add reload updates for main components (#2651)
This commit is contained in:
parent
42376bda5b
commit
dc3e242c2e
@ -2057,8 +2057,15 @@ Returns information about available updates
|
|||||||
|
|
||||||
</ApiEndpoint>
|
</ApiEndpoint>
|
||||||
|
|
||||||
|
<ApiEndpoint path="/reload_updates" method="post">
|
||||||
|
This reloads information about main components (OS, Supervisor, Core, and
|
||||||
|
Plug-ins).
|
||||||
|
</ApiEndpoint>
|
||||||
|
|
||||||
<ApiEndpoint path="/refresh_updates" method="post">
|
<ApiEndpoint path="/refresh_updates" method="post">
|
||||||
This reloads information about add-on repositories and fetches new version files.
|
This reloads information about add-on repositories and fetches new version files.
|
||||||
|
This endpoint is currently discouraged. Use `/reload_updates` or `/store/reload`
|
||||||
|
instead.
|
||||||
</ApiEndpoint>
|
</ApiEndpoint>
|
||||||
|
|
||||||
<ApiEndpoint path="/info" method="get">
|
<ApiEndpoint path="/info" method="get">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user