Source: aiohomeconnect
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,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 furo <!nodoc>,
 python3-authlib <!nocheck>,
 python3-fastapi <!nocheck>,
 python3-httpx-sse <!nocheck>,
 python3-mashumaro <!nocheck>,
 python3-myst-parser <!nodoc>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-httpx <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-typer <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/MartinHjelmare/aiohomeconnect
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/aiohomeconnect
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/aiohomeconnect.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-aiohomeconnect
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Client for the Home Connect API
 This library provides access to the Home Connect API used by connected
 household appliances from supported brands.
 .
 It handles communication with the Home Connect cloud service and can retrieve
 information about registered appliances, including their type, brand, model,
 and current status. It also supports access to available programs, settings,
 options, and commands exposed by each appliance through the API.
 .
 The library can be used to read appliance state such as operation status,
 selected program, remaining time, and reported events, and to send control
 requests where the Home Connect API allows it. It also includes support for
 receiving event updates from Home Connect so changes reported by appliances
 can be processed without repeatedly polling the service.
