File: control

package info (click to toggle)
python-ttls 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: python: 1,002; makefile: 7; sh: 5
file content (30 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download
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
Source: python-ttls
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-aiohttp <!nocheck>,
               python3-aiounittest <!nocheck>,
               python3-colour <!nocheck>,
               python3-all,
               python3-poetry-core,
               python3-pytest <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/jschlyter/ttls
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-ttls
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-ttls.git

Package: python3-ttls
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Asynchronous requests to Twinkly LED devices
 This library enables asynchronous interaction with Twinkly LED string lights.
 It allows users to send commands to their Twinkly devices, manage effects, and
 control lighting configurations. Users can switch between static colors and
 effects, and toggle their Twinkly lights on and off through asynchronous
 requests. It also supports the creation of loadable movies and realtime
 sequences, making it versatile for various lighting setups and displays.