Package: wnpp Severity: wishlist Owner: Edward Betts <[email protected]>
* Package name : home-assistant-intents Version : 2026.3.3 Upstream Author : The Home Assistant Authors <[email protected]> * URL : https://github.com/OHF-Voice/intents-package * License : Creative Commons BY-4.0 Programming Lang: Python Description : Intent data for Home Assistant conversation handling This library provides the intent data used by Home Assistant's conversation system to match spoken or transcribed sentences to actions. It contains built-in intents, sentence templates, slot values, expansion rules, and related language data used when processing user commands. . The data covers commands such as turning devices on or off, addressing entities by name, and referring to areas in a home. It is organized for multiple languages so the conversation agent can interpret requests in the appropriate language and map them to Home Assistant intents. . It is used together with Home Assistant's conversation agent and intent processing components. Those components take text input from the user, compare it with the packaged intent and sentence data, extract values such as entity names, areas, or domains, and return a structured intent result for Home Assistant to handle. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.

