pyhomee 1.3.8-1
Package Information
| Description | Client library for homee smart home cubes This library provides an interface to the homee smart home and home automation platform by connecting to a homee Cube over a WebSocket connection. It keeps an in-memory representation of the Cube configuration and state, including nodes (devices), their attributes (such as on/off state or target values), groups, and users. Incoming messages from the Cube are parsed and used to update these objects so that the current state stays in sync with what the Cube reports. The API supports requesting fresh data for a node or a specific attribute, and sending commands that change an attribute value on a device via the Cube. It also provides event-style callbacks for connection changes, errors, raw messages, and attribute updates, along with per-node listeners that can be attached to receive change notifications for individual devices. pyhomee communicates with a homee Cube to read status information and to send updates for device attributes. |
|---|---|
| Maintainer | Home Assistant Team <team+homeassistant@tracker.debian.org> |
| Changed By | Edward Betts <edward@4angle.com> |
| Sponsor | edward@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/homeassistant-team/deps/pyhomee.git (browse) |
| Closes | #1129302 |
| Tracker | https://tracker.debian.org/pkg/pyhomee |
| Uploaded | 7 hours ago |
New Package Report
.changes
| Distribution | unstable |
|---|---|
| Date | Sat, 28 Feb 2026 18:25:26 +0000 |
| Source | pyhomee |
| Version | 1.3.8-1 |
| Changed-By | Edward Betts |
| Architecture | all source |
Changelog
pyhomee (1.3.8-1) unstable; urgency=medium . * Initial release. (Closes: #1129302)
.dsc
| Component | main |
|---|---|
| Package-List | python3-pyhomee deb python optional arch=all |
| Section | python |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pyHomee Upstream-Contact: Taraman17 Source: https://github.com/Taraman17/pyHomee Files: * Copyright: 2025 Karl Moeller, Markus Adrario License: MIT Files: debian/* Copyright: 2026 Edward Betts <edward@4angle.com> License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.