Home Assistant Intent Language parser
This library parses natural language sentences to understand user intents for
Home Assistant. It uses customizable sentence templates and predefined lists
to match spoken or typed phrases to specific intents. By interpreting commands
like 'turn on the kitchen light', it associates actions with defined areas and
entities. The library supports extending built-in intents and defining custom
sentences to trigger diverse actions. This allows for effective interaction
with Home Assistant through voice or text-based commands, providing a flexible
way to control various aspects of a smart home setup.