File: control

package info (click to toggle)
aioacaia 0.1.18-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 268 kB
  • sloc: python: 847; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,388 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
Source: aioacaia
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-bleak <!nocheck>,
 python3-bleak-retry-connector <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/zweckj/aioacaia
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/aioacaia
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/aioacaia.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-aioacaia
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Asynchronous interface for Acaia Bluetooth scales
 This library communicates with Acaia coffee scales over Bluetooth and provides
 access to common device operations and measurement data.
 .
 It can discover nearby Acaia devices, connect to a selected scale, and send
 commands such as tare, timer start or stop, and timer reset. It also handles
 incoming notifications from the scale and decodes them into structured data.
 .
 Reported information includes weight readings and device settings such as
 battery level and measurement units. The package is intended for software that
 needs to monitor or control supported Acaia scales from an asynchronous event
 loop.