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