1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Push country config to Supervisor (#143871)

This commit is contained in:
Stefan Agner
2025-04-30 18:02:18 +02:00
committed by GitHub
parent daf143f66e
commit f1b8c8855e
4 changed files with 15 additions and 10 deletions

View File

@@ -1942,7 +1942,7 @@ async def hassio_stubs(
return_value={"result": "ok"},
) as hass_api,
patch(
"homeassistant.components.hassio.HassIO.update_hass_timezone",
"homeassistant.components.hassio.HassIO.update_hass_config",
return_value={"result": "ok"},
),
patch(