DFSG NEW Queue

DFSG, Licensing & New Packages Team

pyhomee 1.3.8-1

Package Information

DescriptionClient 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.

MaintainerHome Assistant Team <team+homeassistant@tracker.debian.org>
Changed ByEdward Betts <edward@4angle.com>
Sponsoredward@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/homeassistant-team/deps/pyhomee.git (browse)
Closes#1129302
Trackerhttps://tracker.debian.org/pkg/pyhomee
Uploaded7 hours ago

New Package Report

.changes
Distributionunstable
DateSat, 28 Feb 2026 18:25:26 +0000
Sourcepyhomee
Version1.3.8-1
Changed-ByEdward Betts
Architectureall source
Changelog
pyhomee (1.3.8-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1129302)
.dsc
Componentmain
Package-Listpython3-pyhomee deb python optional arch=all
Sectionpython
Priorityoptional
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.

Back to Dashboard | View all reviews for this package