File: control

package info (click to toggle)
python-anthemav 1.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 1,408; makefile: 12
file content (41 lines) | stat: -rw-r--r-- 1,641 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
Source: python-anthemav
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-pytest-asyncio,
 python3-pytest,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-anthemav
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-anthemav.git
Homepage: https://github.com/nugget/python-anthemav

Package: python3-anthemav
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: API for controlling Anthem Receivers
 This is a Python package to interface with Anthem (http://www.anthemav.com>)
 AVM and MRX receivers and processors. It uses the asyncio library to maintain
 an object-based connection to the network port of the receiver with supporting
 methods and properties to poll and adjust the receiver settings.
 .
 This package was created primarily to support an anthemav media_player
 platform for Home Assistant, but it is structured to be general-purpose and
 should be usable for other applications as well.
 .
 This package will maintain a persistant connection to the network control port
 which will prevent any other application from communicating with the receiver.
 This includes the Anthem iOS and Android remote control app as well as the
 ARC-2 room calibration software. One will need to disable any application that
 is using the library in order to run those other applications.