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 45 46 47 48 49 50 51 52 53 54
|
Source: python-roborock
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,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
Build-Depends-Indep:
python3-aiohttp <!nocheck>,
python3-aioresponses <!nocheck>,
python3-async-timeout <!nocheck>,
python3-asyncio-mqtt <!nocheck>,
python3-construct <!nocheck>,
python3-freezegun <!nocheck>,
python3-paho-mqtt <!nocheck>,
python3-pycryptodome <!nocheck>,
python3-pyrate-limiter <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-vacuum-map-parser-base <!nocheck>,
python3-vacuum-map-parser-roborock <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/humbertogontijo/python-roborock
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-roborock
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-roborock.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-roborock
Architecture: all
Depends:
python3-pycryptodome,
python3-vacuum-map-parser-base,
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Description: Library for controlling Roborock vacuums over Wi-Fi
This library provides the capability to manage and control Roborock vacuums
over a Wi-Fi connection. It enables functionalities such as starting and
stopping cleaning tasks, adjusting fan speeds, and returning the vacuum to its
dock. Communication primarily happens locally, enhancing response times and
reducing reliance on cloud services, though initial setup requires cloud-based
device discovery.
|