File: control

package info (click to toggle)
laundrify-aio 1.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: python: 170; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,359 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
Source: laundrify-aio
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,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/laundrify/laundrify-pypi
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/laundrify-aio
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/laundrify-aio.git

Package: python3-laundrify-aio
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library to communicate with the laundrify API
 This library provides an interface to interact with the laundrify API,
 allowing users to monitor the status of their washing machines or dryers.
 Through the API, users can obtain machine status, control device settings, and
 manage their laundry routines from a unified platform. The library
 communicates with laundrify Wi-Fi power plugs to gather and relay real-time
 information about connected machines, facilitating better management of
 laundry activities. Functions provided by the library include exchanging
 authentication codes for access tokens, retrieving machine information, and
 parsing API responses to produce actionable data.