Remove homeassistant from conversation dependencies (#92170)
* Remove homeassistant from conversation dependencies * Fix tests
This commit is contained in:
parent
e6438dabff
commit
f8f7de5d5a
6 changed files with 26 additions and 1 deletions
|
@ -25,6 +25,12 @@ from .conftest import MockSttPlatform, MockSttProvider, MockTTSPlatform, MockTTS
|
|||
from tests.common import MockModule, flush_store, mock_integration, mock_platform
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
async def load_homeassistant(hass) -> None:
|
||||
"""Load the homeassistant integration."""
|
||||
assert await async_setup_component(hass, "homeassistant", {})
|
||||
|
||||
|
||||
async def test_load_datasets(hass: HomeAssistant, init_components) -> None:
|
||||
"""Make sure that we can load/save data correctly."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue