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 41 42 43 44 45 46 47 48 49
|
Source: zigpy-zigate
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,
Build-Depends-Indep:
python3-gpiozero <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-serial-asyncio <!nocheck>,
python3-usb <!nocheck>,
python3-voluptuous <!nocheck>,
python3-zigpy (>= 0.76.1-2) <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/zigpy/zigpy-zigate
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/zigpy-zigate
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/zigpy-zigate.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-zigpy-zigate
Architecture: all
Depends:
python3-gpiozero,
python3-serial-asyncio,
python3-voluptuous,
python3-zigpy (>= 0.76.1-2),
python3:any,
${misc:Depends},
Description: Zigbee communication library for ZiGate-based devices
This library implements the Zigbee communication protocol specifically for
ZiGate-based devices, enabling them to integrate seamlessly with various
platforms. It allows users to control and manage their Zigbee devices through
a unified interface, ensuring compatibility and reliable performance across
different hardware configurations. Support is provided for USB, GPIO, and Wi-
Fi configured devices, facilitating flexible deployment options within a
Zigbee network. The library enables communication between the Zigbee
Coordinator (ZiGate) and a wide range of Zigbee devices, including sensors,
lights, switches, and other smart home equipment.
|