Source: python-airpatrol Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-aiohttp , python3-pytest , python3-pytest-asyncio , Standards-Version: 4.7.3 Homepage: https://github.com/antondalgren/airpatrol Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-airpatrol Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-airpatrol.git Testsuite: autopkgtest-pkg-pybuild Package: python3-airpatrol Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: interface to AirPatrol devices and service AirPatrol is a system for remotely controlling air conditioners, heat pumps, and other climate-control equipment using small hardware controllers connected to the internet or cellular networks. These controllers can communicate with existing appliances (often via infrared) and allow them to be monitored and controlled remotely through a cloud service and mobile applications. . This Python library communicates with AirPatrol devices through the AirPatrol service API. It handles authentication, establishes a session for an account, and retrieves the list of devices associated with that account. . It is intended for software that needs to query or control AirPatrol-managed equipment such as heating or cooling units. Applications can use this library to obtain device information and interact with the AirPatrol cloud service.