File: control

package info (click to toggle)
pyplaato 0.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: python: 517; makefile: 7; sh: 5
file content (39 lines) | stat: -rw-r--r-- 1,604 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
Source: pyplaato
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-pytest <!nocheck>,
 python3-aiohttp <!nocheck>,
 python3-dateutil <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/JohNan/pyplaato
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pyplaato
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pyplaato.git

Package: python3-pyplaato
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Asynchronous client for fetching Plaato Airlock and Keg sensor data
 This library provides an interface to fetch data from Plaato Airlock and Keg
 devices using their official API. Specifically designed for beer brewers, it
 retrieves information such as the level of beer inside the keg, pouring
 status, and temperature for the Keg. For the Airlock, it accesses metrics like
 bubble count, CO2 volume, and several fermentation parameters. The library
 communicates with Plaato sensors over the internet, requiring an
 authentication token for data access. This enables monitoring of fermentation
 and storage conditions from connected Plaato devices, offering a wealth of
 vital data for those tracking their brewing progress via connected sensors.
 Note that this is an independent implementation and is not associated with or
 supported by Plaato itself.