1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44{
"config": {
"step": {
"user": {
"title": "Vikunja voice assistant",
"description": "Set up Vikunja voice assistant integration",
"data": {
"vikunja_url": "Vikunja base URL (e.g. https://vikunja.example.com)",
"vikunja_api_key": "Vikunja API Token",
"ai_task_entity": "AI Task entity",
"voice_correction": "Enable speech recognition text correction (recommended)",
"default_due_date": "Default due date if none specified (applies only when no project is mentioned)",
"auto_voice_label": "Automatically add a 'voice' label to tasks created via this integration",
"enable_user_assignment": "Enable user assignment",
"detailed_response": "Enable detailed spoken response (includes project, labels, due date, assignee, priority & repeat info)"
}
},
"reconfigure": {
"title": "Reconfigure Vikunja voice assistant",
"description": "Update the Vikunja voice assistant integration",
"data": {
"vikunja_url": "Vikunja base URL (e.g. https://vikunja.example.com)",
"vikunja_api_key": "Vikunja API Token",
"ai_task_entity": "AI Task entity",
"voice_correction": "Enable speech recognition text correction (recommended)",
"default_due_date": "Default due date if none specified (applies only when no project is mentioned)",
"auto_voice_label": "Automatically add a 'voice' label to tasks created via this integration",
"enable_user_assignment": "Enable user assignment",
"detailed_response": "Enable detailed spoken response (includes project, labels, due date, assignee, priority & repeat info)"
}
}
},
"error": {
"cannot_connect": "Failed to connect to Vikunja API, please check your URL and API token.",
"llm_conn_error": "Failed to process the task using Home Assistant's AI pipeline."
},
"abort": {
"already_configured": "This Vikunja account is already configured.",
"reconfigure_entry_not_found": "The configuration entry to reconfigure could not be found.",
"reconfigure_successful": "Configuration updated successfully."
}
}
}