File: control

package info (click to toggle)
python-anova-wifi 0.17.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: python: 959; javascript: 8; makefile: 5
file content (44 lines) | stat: -rw-r--r-- 1,751 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
Source: python-anova-wifi
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Edward Betts <edward@4angle.com>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/Lash-L/anova_wifi
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-anova-wifi
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-anova-wifi.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-anova-wifi
Architecture: all
Depends:
 python3-aiohttp,
 ${misc:Depends},
 ${python3:Depends},
Description: Library for retrieving data from Anova Precision Cookers with Wi-Fi
 This library enables access to operational data from Anova Precision Cooker
 devices equipped with Wi-Fi connectivity. By communicating with the Anova
 cloud service, it retrieves information such as the cooker's current mode,
 cook time, target and current temperatures, state, and other sensor
 statistics. Supported models include various Anova Precision Cooker and Pro
 units that have Wi-Fi capability. Access is performed using a user's Anova
 account credentials, allowing monitoring of devices registered to the account.
 Interaction is limited to data retrieval; this library does not provide
 control functions for the cooker itself. API calls are made over the internet
 to Anova's infrastructure, requiring at least one cooker linked to the user's
 account.