Source: home-assistant-intents
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 black,
 python3-pytest <!nocheck>,
 python3-yaml,
Standards-Version: 4.7.3
Homepage: https://github.com/OHF-Voice/intents-package
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/home-assistant-intents
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/home-assistant-intents.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-home-assistant-intents
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
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.
