Source: python-ayla-iot-unofficial
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/rewardone/ayla-iot-unofficial
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-ayla-iot-unofficial
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-ayla-iot-unofficial.git

Package: python3-ayla-iot-unofficial
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: interface for Ayla Networks IoT devices
 This library provides access to the Ayla Networks cloud API used by connected
 appliances and other smart devices. It supports signing in with account
 credentials, using an existing access token, and using SSO tokens from
 manufacturer login flows where available.
 .
 It can retrieve registered devices from an Ayla account and represent them as
 device objects with their current properties. It also includes methods for
 reading device state and sending supported property updates or commands
 through the Ayla service.
