mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Fix USB sync endpoint (#8725)
This commit is contained in:
parent
01c553ef13
commit
5c63f8e52a
@ -104,7 +104,7 @@ export const configSyncOS = async (hass: HomeAssistant) => {
|
|||||||
if (atLeastVersion(hass.config.version, 2021, 2, 4)) {
|
if (atLeastVersion(hass.config.version, 2021, 2, 4)) {
|
||||||
return await hass.callWS({
|
return await hass.callWS({
|
||||||
type: "supervisor/api",
|
type: "supervisor/api",
|
||||||
endpoint: "os/config/sync",
|
endpoint: "/os/config/sync",
|
||||||
method: "post",
|
method: "post",
|
||||||
timeout: null,
|
timeout: null,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user