| 12
 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: python-yolink-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-setuptools (>= 77.0),
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/YoSmart-Inc/yolink-api
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-yolink-api
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-yolink-api.git
Package: python3-yolink-api
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library to authenticate with YoLink devices
 This library enables communication with YoLink devices, providing methods for
 authenticating and interacting with various YoLink devices. It supports a wide
 range of devices, including sensors, switches, and controllers. Users can
 manage device states, receive real-time updates, and perform actions such as
 controlling thermostats, door sensors, and water leak detectors. The library
 connects to YoLink's cloud service to facilitate communication and ensure up-
 to-date device information.
 |