Source: pysmartapp Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-httpsig , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , python3-pytest-timeout , Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://github.com/andrewsayre/pysmartapp Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pysmartapp Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pysmartapp.git Package: python3-pysmartapp Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Library for creating SmartThings SmartApps with asyncio This library enables users to build SmartThings SmartApps that utilize asyncio for event-driven programming. It provides tools to receive and handle SmartApp lifecycle events via webhooks, making it straightforward to integrate SmartThings compatible devices into various systems. The library communicates with the SmartThings Cloud API to manage devices such as lights, locks, thermostats, and sensors. Users can register callbacks for specific lifecycle events to control and monitor their SmartThings ecosystem.