File: control

package info (click to toggle)
python-qbusmqttapi 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: python: 431; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,135 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
Source: python-qbusmqttapi
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-hatchling,
Standards-Version: 4.7.2
Homepage: https://github.com/Qbus-iot/qbusmqttapi
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-qbusmqttapi
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-qbusmqttapi.git

Package: python3-qbusmqttapi
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: MQTT API for Qbus Home Automation integration
 This library enables communication between Home Assistant and Qbus Controllers
 using the MQTT protocol. It handles conversion and interpretation of MQTT
 messages specific to Qbus systems, allowing Home Assistant to interact with
 Qbus-based home automation installations through the local network. Qbus
 Controllers are used to manage and automate various smart home devices, such
 as lighting, climate control, and security functions.