File: control

package info (click to toggle)
blebox-uniapi 2.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: python: 4,994; makefile: 85; sh: 5
file content (42 lines) | stat: -rw-r--r-- 1,480 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
Source: blebox-uniapi
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,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-deepmerge <!nocheck>,
 python3-jmespath <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-sphinx <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/blebox/blebox_uniapi
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/blebox-uniapi
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/blebox-uniapi.git

Package: python3-blebox-uniapi
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Library for accessing BleBox smart home devices
 This library enables communication with BleBox smart home devices, providing
 control over various types of entities such as switches, sensors, lights, and
 climate devices. Users can read current states, issue commands like turning
 devices on or off, and obtain information on attributes like temperature,
 humidity, and energy consumption. The library interfaces with devices over a
 local Wi-Fi network, ensuring that home automation tasks can be performed
 reliably.