- 积分
- 561
- 金钱
- 485
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 561
- 金钱
- 485
- HASS币
- 0
|
发表于 2024-2-1 13:56:02
|
显示全部楼层
Unexpected error during intentrecognition
大佬怎么办,按照流程配置的。
日志如下
Logger: homeassistant.components.assist_pipeline.pipeline
Source: components/assist_pipeline/pipeline.py:943
Integration: Assist pipeline (documentation, issues)
First occurred: 13:53:08 (2 occurrences)
Last logged: 13:53:34
Unexpected error during intent recognition
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/pipeline.py", line 943, in recognize_intent
conversation_result = await conversation.async_converse(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/conversation/__init__.py", line 467, in async_converse
result = await agent.async_process(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/tongyi_assistant/__init__.py", line 269, in async_process
domain,device = entity['service_data']['entity_id'].split('.')
^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 2, got 1)
|
|