fix nested translation extraction for Optional dict and list fields

This commit is contained in:
Josh Hawkins
2026-05-12 07:45:11 -05:00
parent f660c0bf3a
commit cccfc3a152
3 changed files with 47 additions and 17 deletions
+5 -1
View File
@@ -33,7 +33,11 @@
},
"filters": {
"label": "Audio filters",
"description": "Per-audio-type filter settings such as confidence thresholds used to reduce false positives."
"description": "Per-audio-type filter settings such as confidence thresholds used to reduce false positives.",
"threshold": {
"label": "Minimum audio confidence",
"description": "Minimum confidence threshold for the audio event to be counted."
}
},
"enabled_in_config": {
"label": "Original audio state",