Version 2.4.17 is here! This version largely addresses issues discussed here and on GitHub. The road to version 2.5 is long, but we’re slowly making it.
Added
- Button to web UI to play last recorded voice command
- Only plays the last command recorded through the web UI
- Should help debug volume issues
- RHASSPY_LOG_LEVEL environment variable
- Overrides
--log-level
command-line option - Pass “debug”, “info”, “warning”, “error”, etc.
- Overrides
- Web UI feedback during download
- Small text box with status of files downloading/extracting
- Add “asoundrc” config option to Hass.IO add-on
- When set, contents of the config setting are copied to
/root/.asoundrc
when the add-on starts
- When set, contents of the config setting are copied to
Changed
- Moved
$profile/kaldi/custom_words.txt
to$profile/kaldi_custom_words.txt
- Avoids overwriting your Kaldi custom words when re-downloading profile
- Your current file will be moved automatically. Make sure to include
kaldi_custom_words.txt
in your backups!
- Slot substitution casing is kept during training/recognition
- A slot value like
abc:AbC
wil show up asAbC
in the JSON event now
- A slot value like
- Fixed fuzzywuzzy and other intent recognizer training after addition of converters
- Fix thread max count issue
- Hide web UI alerts after 10 seconds
- Delete partially downloaded profile files (on error)
- Force slot programs to run each training cycle
- Previously, output would be cached
- Fix
_raw_text
in Hass event being same as_text
- Lets you pass open transcription text through to HA