File: control

package info (click to toggle)
pyrituals 0.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: python: 269; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,170 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
Source: pyrituals
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-aiohttp <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/milanmeu/pyrituals
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pyrituals
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pyrituals.git

Package: python3-pyrituals
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Async library for interacting with Rituals Perfume Genie devices
 This library allows for asynchronous control and monitoring of Rituals Perfume
 Genie diffusers through the Rituals API. Users can authenticate their Rituals
 account, fetch linked diffuser devices, and retrieve various details about
 their state such as battery percentage, perfume amount, and room size. It also
 provides functionality to turn diffusers on or off and set specific
 configurations like perfume amount and room size.