File: control

package info (click to toggle)
pyeconet 0.1.23-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 236 kB
  • sloc: python: 969; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 1,163 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
Source: pyeconet
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,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/w1ll1am23/pyeconet
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pyeconet
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pyeconet.git

Package: python3-pyeconet
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Interface to the unofficial EcoNet API
 This library provides an interface to interact with Rheem's EcoNet enabled
 devices via an unofficial API. By utilizing this library, users can manage and
 monitor EcoNet thermostats and water heaters. It facilitates fetching data
 related to device status, such as binary states and sensor values, including
 alert counts and available hot water information. Additionally, users can
 control supported devices by adjusting settings like operation modes and
 temperature set points.