Source: python-automower-ble
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-bleak <!nocheck>,
 python3-bleak-retry-connector <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/alistair23/AutoMower-BLE
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-automower-ble
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-automower-ble.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-automower-ble
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Bluetooth LE control for Husqvarna Automower mowers
 This library implements the Bluetooth Low Energy protocol used by Husqvarna
 Automower Connect for direct communication with compatible robotic lawn
 mowers.
 .
 It talks to the mower's onboard Bluetooth controller over Bluetooth LE. It can
 query mower information and state, and can send supported commands including
 park, pause, resume, and temporary override.
 .
 The protocol support is based on reverse engineering of Husqvarna Automower
 Connect BLE behaviour. It is intended for local control of Automower devices
 that expose the same Bluetooth interface.
