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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user