mirror of
https://github.com/acon96/home-llm.git
synced 2026-01-09 21:58:00 -05:00
rewrite tests from scratch
This commit is contained in:
@@ -43,8 +43,6 @@ from .const import (
|
||||
DEFAULT_TOOL_CALL_PREFIX,
|
||||
DEFAULT_TOOL_CALL_SUFFIX,
|
||||
DEFAULT_ENABLE_LEGACY_TOOL_CALLING,
|
||||
HOME_LLM_API_ID,
|
||||
SERVICE_TOOL_NAME,
|
||||
)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
@@ -6,4 +6,5 @@ home-assistant-intents
|
||||
# testing requirements
|
||||
pytest
|
||||
pytest-asyncio
|
||||
pytest-homeassistant-custom-component==0.13.260
|
||||
# NOTE this must match the version of Home Assistant used for testing
|
||||
pytest-homeassistant-custom-component==0.13.272
|
||||
|
||||
Reference in New Issue
Block a user