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
|
Source: igloohome-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,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/keithle888/igloohome-api
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/igloohome-api
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/igloohome-api.git
Package: python3-igloohome-api
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Library for interacting with igloohome's REST API
Enables reliable communication with igloohome's REST API, allowing users to
manage and control smart lock devices. Designed to integrate with the
iglooaccess service, this library facilitates authentication using client
credentials obtained from an iglooaccess account. Through this library, users
can fetch data about their devices and execute various operations such as
fetching device status and managing access, ensuring efficient control over
igloohome-enabled hardware. It handles HTTP requests and responses, providing
a structured interface to perform actions supported by igloohome's API.
|