File: control

package info (click to toggle)
zigpy 0.53.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,912 kB
  • sloc: python: 25,660; sql: 1,787; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,511 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
31
32
33
34
35
36
37
38
39
40
Source: zigpy
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
Standards-Version: 4.6.2.0
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-aiohttp,
               python3-aiosqlite (>= 0.16.0),
               python3-all (>= 3.9.0),
               python3-async-timeout,
               python3-attr,
               python3-crccheck,
               python3-cryptography,
               python3-serial-asyncio,
               python3-setuptools,
               python3-voluptuous
Rules-Requires-Root: no
Homepage: https://github.com/zigpy/zigpy/
Vcs-Browser: https://salsa.debian.org/gspr/zigpy
Vcs-Git: https://salsa.debian.org/gspr/zigpy.git -b debian/sid

Package: python3-zigpy
Section: python
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python Zigbee stack
 Zigpy is a hardware independent Zigbee protocol stack integration
 project to implement Zigbee standard specifications as a Python 3
 library.
 .
 Zigbee integration via zigpy allows you to connect one of many
 off-the-shelf Zigbee Coordinator adapters using one of the available
 Zigbee radio library modules compatible with zigpy to control Zigbee
 based devices. There is currently support for controlling Zigbee
 device types such as binary sensors (e.g., motion and door sensors),
 sensors (e.g., temperature sensors), lights, switches, buttons,
 covers, fans, climate control equipment, locks, and intruder alarm
 system devices.