1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: python-toonapi
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/frenck/python-toonapi
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-toonapi
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-toonapi.git
Package: python3-toonapi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Asynchronous Python client for the Quby ToonAPI
An asynchronous Python library to interface with the Quby ToonAPI, allowing
interaction with Quby thermostats. These thermostats are rebranded and sold as
Eneco Toon, Engie Electrabel Boxx, and Viesgo. The library provides
functionalities to control and monitor these thermostats using the shared API
endpoint. It supports various operations such as retrieving agreements,
activating agreements, and updating thermostat status. The library is
optimized for integration with home automation systems like Home Assistant.
|