mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Load HA core config from storage (#23872)
* Load HA core config from storage * Tweak * Lint, review comments * Fix test * Add tests * Lint * Address comments
This commit is contained in:
committed by
Paulus Schoutsen
parent
9be384690a
commit
c2fc8a0d61
@@ -900,6 +900,7 @@ class TestConfig(unittest.TestCase):
|
||||
'config_dir': '/tmp/ha-config',
|
||||
'whitelist_external_dirs': set(),
|
||||
'version': __version__,
|
||||
'config_source': None,
|
||||
}
|
||||
|
||||
assert expected == self.config.as_dict()
|
||||
|
||||
Reference in New Issue
Block a user