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

Make it possible to restart core in safe mode (#102606)

This commit is contained in:
Erik Montnemery
2023-10-24 14:47:58 +02:00
committed by GitHub
parent 46322a0f59
commit 97cc05d0b4
14 changed files with 170 additions and 11 deletions

View File

@@ -1494,6 +1494,7 @@ async def test_config_as_dict() -> None:
"currency": "EUR",
"country": None,
"language": "en",
"safe_mode": False,
}
assert expected == config.as_dict()