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

Remove hass.helpers from config_entries (#70660)

This commit is contained in:
Martin Hjelmare
2022-04-25 14:21:03 +02:00
committed by GitHub
parent 0cdfd386a7
commit 09b4b7eb37
3 changed files with 7 additions and 12 deletions

View File

@@ -292,8 +292,6 @@ async def async_test_home_assistant(loop, load_registries=True):
"_": "Not empty or else some bad checks for hass config in discovery.py breaks"
},
)
hass.config_entries._entries = {}
hass.config_entries._store._async_ensure_stop_listener = lambda: None
# Load the registries
if load_registries: