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
|
Source: smart-meter-texas
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-pytest-runner,
python3-aiohttp <!nocheck>,
python3-asn1 <!nocheck>,
python3-openssl <!nocheck>,
python3-dateutil <!nocheck>,
python3-tenacity <!nocheck>,
python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/grahamwetzler/smart-meter-texas
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/smart-meter-texas
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/smart-meter-texas.git
Package: python3-smart-meter-texas
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-certifi, python3-openssl
Description: Retrieve data from the unofficial Smart Meter Texas API
This library allows for asynchronous connection to the unofficial Smart Meter
Texas API using aiohttp. It supports obtaining the dashboard and current meter
reading. Several other API endpoints are not implemented.
|