Source: aiohomeconnect Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc , pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: furo , python3-authlib , python3-fastapi , python3-httpx-sse , python3-mashumaro , python3-myst-parser , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-pytest-httpx , python3-sphinx , python3-typer , 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.