File: control

package info (click to toggle)
aioairzone 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: python: 3,205; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,550 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
Source: aioairzone
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/Noltari/aioairzone
Vcs-Browser: https://salsa.debian.org/python-team/packages/aioairzone
Vcs-Git: https://salsa.debian.org/python-team/packages/aioairzone.git

Package: python3-aioairzone
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Asynchronous Python library for managing Airzone HVAC systems
 This library offers asynchronous control of Airzone HVAC devices, making it
 suitable for integration into smart home systems or custom automation scripts.
 It provides comprehensive functions to interact with Airzone systems through an
 intuitive Python API, enabling the fetching and setting of HVAC parameters such
 as system configuration, zone management, and device states.
 .
 Designed with home automation enthusiasts and developers in mind, the library
 supports modern Python versions and leverages aiohttp for efficient
 asynchronous HTTP requests. Users can retrieve detailed information about
 their HVAC zones and systems, adjust settings, and monitor changes through
 straightforward API calls. Examples and usage instructions are included,
 simplifying the process of integrating Airzone devices into broader home
 automation solutions.