Implement support for chat service #3295
Annotations
10 errors and 4 warnings
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
tests/test_llm_functions.py#L232
test_llm_api_unregistered_on_last_entry_unload
AssertionError: assert 'llm_unregister' in {'74565ad414754616000674c87bdc876c': {'client': <AsyncMock id='139929472687072'>, 'config': {'cameras': {'front_door':...or': <custom_components.frigate.FrigateDataUpdateCoordinator object at 0x7f43deab47c0>, 'model': '5.14.2/0.17.0', ...}}
|
|
Run tests:
tests/test_llm_functions.py#L208
test_llm_api_registration_with_version_018
AssertionError: assert 'llm_unregister' in {'74565ad414754616000674c87bdc876c': {'client': <AsyncMock id='139929475760544'>, 'config': {'cameras': {'front_door':...or': <custom_components.frigate.FrigateDataUpdateCoordinator object at 0x7f43def57130>, 'model': '5.14.2/0.17.0', ...}}
|
|
Run tests:
tests/test_llm_functions.py#L187
test_frigate_query_tool_api_error
TypeError: LLMContext.__init__() missing 1 required positional argument: 'user_prompt'
|
|
Run tests:
tests/test_llm_functions.py#L162
test_frigate_query_tool_no_client
TypeError: LLMContext.__init__() missing 1 required positional argument: 'user_prompt'
|
|
Run tests:
tests/test_llm_functions.py#L137
test_frigate_query_tool_with_camera
TypeError: LLMContext.__init__() missing 1 required positional argument: 'user_prompt'
|
|
Run tests:
tests/test_llm_functions.py#L97
test_frigate_query_tool_call
TypeError: LLMContext.__init__() missing 1 required positional argument: 'user_prompt'
|
|
Run tests:
tests/test_llm_functions.py#L62
test_frigate_service_api_no_entries
TypeError: super(type, obj): obj (instance of FrigateServiceAPI) is not an instance or subtype of type (FrigateServiceAPI).
|
|
Run tests:
tests/test_llm_functions.py#L42
test_frigate_service_api_instance
TypeError: super(type, obj): obj (instance of FrigateServiceAPI) is not an instance or subtype of type (FrigateServiceAPI).
|
|
Pre-commit
Process completed with exit code 1.
|
|
Hassfest
[CONFIG_SCHEMA] Integrations which implement 'async_setup' or 'setup' must define either 'CONFIG_SCHEMA', 'PLATFORM_SCHEMA' or 'PLATFORM_SCHEMA_BASE'. If the integration has no configuration parameters, can only be set up from platforms or can only be set up from config entries, one of the helpers cv.empty_config_schema, cv.platform_only_config_schema or cv.config_entry_only_config_schema can be used.
|
|
HACS
The repository does not contain brands assets at custom_components/frigate/brand/icon.png. Falling back to checking the brands repository.
|
|
Run tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-python@v5.6.0, astral-sh/setup-uv@v6.4.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Pre-commit
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-python@v5.6.0, astral-sh/setup-uv@v6.4.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|