Source: aioacaia Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-bleak , python3-bleak-retry-connector , 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.