fix(moonraker): adapt to new moonraker system_dependency.json syntax (#644)

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2025-02-22 16:19:00 +01:00
committed by GitHub
parent 777f5e45e7
commit 3bc98eed13
8 changed files with 194 additions and 70 deletions

View File

@@ -21,7 +21,7 @@ from components.klipperscreen.klipperscreen import (
update_klipperscreen,
)
from components.moonraker.moonraker_setup import update_moonraker
from components.moonraker.moonraker_utils import get_moonraker_status
from components.moonraker.utils.utils import get_moonraker_status
from components.webui_client.client_config.client_config_setup import (
update_client_config,
)