Fire event when core config is updated (#23922)
* Fire event when core config is updated
This commit is contained in:
parent
eb912be47a
commit
afe9fc221e
6 changed files with 180 additions and 97 deletions
|
@ -122,7 +122,6 @@ def get_test_home_assistant():
|
|||
async def async_test_home_assistant(loop):
|
||||
"""Return a Home Assistant object pointing at test config dir."""
|
||||
hass = ha.HomeAssistant(loop)
|
||||
hass.config.async_load = Mock()
|
||||
store = auth_store.AuthStore(hass)
|
||||
hass.auth = auth.AuthManager(hass, store, {}, {})
|
||||
ensure_auth_manager_loaded(hass.auth)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue