File: control

package info (click to toggle)
python-bellows 0.40.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 992 kB
  • sloc: python: 13,630; sh: 7; makefile: 4
file content (64 lines) | stat: -rw-r--r-- 2,389 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: python-bellows
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-async-timeout,
 python3-click,
 python3-click-log,
 python3-pure-pcapy3,
 python3-pytest,
 python3-pytest-asyncio,
 python3-pytest-cov,
 python3-pytest-mock,
 python3-pytest-timeout,
 python3-voluptuous,
 python3-zigpy,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-bellows
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-bellows.git
Homepage: https://github.com/zigpy/bellows

Package: python3-bellows
Architecture: all
Depends:
 python3-async-timeout,
 python3-click,
 python3-click-log,
 python3-pure-pcapy3,
 python3-voluptuous,
 python3-zigpy,
 ${misc:Depends},
 ${python3:Depends},
Description: Library implementing EZSP
 Bellows is a Python 3 library implementation for the zigpy
 (https://github.com/zigpy/zigpy) project to add Zigbee radio support for
 Silicon Labs EM35x ("Ember") and EFR32 ("Mighty Gecko") based Zigbee
 coordinator devices using the EZSP (EmberZNet Serial Protocol) interface.
 .
 The project can be used as a stand-alone library, however, the main goal of
 this project is to add native support for EmberZNet Zigbee radio based USB
 stick devices (a.k.a. "Ember" and "Mighty Gecko" based
 adapters/dongles/modules) to Home Assistant's built-in ZHA (Zigbee Home
 Automation) integration component, all owing Home Assistant with such
 hardware to nativly support direct control of compatible Zigbee devices, such
 as; Philips HUE, GE, Ledvance, Osram Lightify, Xiaomi/Aqara, IKEA Tradfri,
 Samsung SmartThings, and many more.
 .
 See https://www.home-assistant.io/integrations/zha/
 .
 Bellows interacts with the Zigbee Network Coprocessor (NCP) with EmberZNet PRO
 Zigbee coordinator firmware using the EZSP protocol serial interface APIs via
 via UART for Silicon Labs EM35x and EFR32 Zigbee radio module/chips hardware.
 The library currently supports the Silicon Labs EZSP (EmberZNet Serial
 Protocol) API versions v4/v5/v6/v7/v8 for Silabs older EM35x "Ember" and their
 newer EFR32 "Mighty Gecko" SoCs using ASH protocols over a serial interface.