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
|
Source: python-youless-api
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,
Build-Depends-Indep:
python3-requests <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/gjong/youless-python-bridge
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-youless-api
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-youless-api.git
Package: python3-youless-api
Architecture: all
Depends:
python3-requests,
${misc:Depends},
${python3:Depends},
Description: Python bridge to fetch data from YouLess sensors
Fetch data from YouLess sensors like the LS120 and LS110. The API provides
classes to access the sensor data and supports both the Enologic and PVOutput
firmware for LS120. Experimental authentication support is also available.
|