hassil
hassil copied to clipboard
Intent parsing for Home Assistant
Issue for https://github.com/home-assistant/intents/issues/1133 Hassil normalizes text before matching with `casefold`, but this will expand "ß" to "ss" in German. A copy of the original text should be kept, and some...
When setting up sentences for binary sensors, it's usually a repetitive process, but with slight variations. ``` - sentences: - "(is|are) [battery] {bs_battery_states:state} [in ]" response: one_yesno requires_context: domain: binary_sensor...
Intent matching can be different with different punctation. It should be the same. Sometimes, STT adds comma to the sentences and it can lead to different intent matching. Here's some...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.7 to 3.3.1. Commits 76bce72 Bump pylint to 3.3.1, update changelog (#9954) 55ee816 Bump astroid to 3.3.4 (#9951) (#9952) 6350dfa Bump pylint to 3.3.0, update changelog 78f3dfa...