#I cannot get custom intents to work at
1 messages ยท Page 1 of 1 (latest)
Here's the debug log:
start_stage: intent
end_stage: intent
input:
text: how is the year of voice going
pipeline: 01h17m2haatm3hntavwenk15qd
conversation_id: null
stage: done
run:
pipeline: 01h17m2haatm3hntavwenk15qd
language: en
runner_data:
stt_binary_handler_id: null
timeout: 30
events:
- type: run-start
data:
pipeline: 01h17m2haatm3hntavwenk15qd
language: en
runner_data:
stt_binary_handler_id: null
timeout: 30
timestamp: "2023-05-28T20:24:44.180546+00:00"
- type: intent-start
data:
engine: homeassistant
language: en
intent_input: how is the year of voice going
timestamp: "2023-05-28T20:24:44.180684+00:00"
- type: intent-end
data:
intent_output:
response:
speech:
plain:
speech: Sorry, I couldn't understand that
extra_data: null
card: {}
language: en
response_type: error
data:
code: no_intent_match
conversation_id: null
timestamp: "2023-05-28T20:24:44.199804+00:00"
- type: run-end
data: null
timestamp: "2023-05-28T20:24:44.199953+00:00"
intent:
engine: homeassistant
language: en
intent_input: how is the year of voice going
done: true
intent_output:
response:
speech:
plain:
speech: Sorry, I couldn't understand that
extra_data: null
card: {}
language: en
response_type: error
data:
code: no_intent_match
conversation_id: null```
Ah great, it works on a clean docker container ๐ฅน
Are you sure you've restarted HA after adding those configs? It doesn't have to be "fresh", just restarted ๐
Yep, I've done a full restart (via the UI "Restart Server") every time after changing the config
I guess the only thing I can try is to selectively rename the database, files in .storage or comment lines in configuration.yaml until it works? ๐