Aiohomekit

Latest version: v3.1.5

Safety actively analyzes 640762 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 29 of 36

0.2.53

0.2.52

This release reverts 01069fc6f5114e96275809e2128c27aa1d62b872 as it was causing issues for some of our Home Assistant users with real certified devices.

It also:

* Adds a bunch more TLV structs for dealing with HomeKit cameras
* Improves the aiohomekit command line tool (aiohomekitctl)
* Removed some code that wasn't called
* Changed the order of the headers we said to match what an iOS client does. This fixes a compatibility issue with Heatmiser Neohub.
* Makes our state handling during pairing and when establishing a secure connection more tolerant of bad devices. This fixes compatibility with Heatmiser Neohub.

Process wise we:

* Improved our CI and how it sends coverages reports to codecov
* Bumped the version of a bunch of our linters

0.2.51

With 0.2.51 we have stopped using travis for CI and moved to GitHub Actions. This means we have Windows and macOS test runs for python 3.7 and 3.8.

In addition:

There is a new TLVStruct mixin in `aiohomekit.tlv8` that can be used with structs like `StreamingStatus`, e.g.:

python
from dataclasses import dataclass

from aiohomekit.tlv8 import TLVStruct, tlv_entry
from aiohomekit.model.characteristics.const import StreamingStatusValues

dataclass
class StreamingStatus(TLVStruct):
status: StreamingStatusValues = tlv_entry(1)


A raw characteristic can be decoded using`StreamingStatus.decode(b'\x01\x02\x01')`.

This works with the IntEnum's we define in `aiohomekit.model.characteristics.const`.

There is now an async `image()` method on a pairing that can be used to take a snapshot of a HomeKit camera. The params are the aid, width and height. It returns a JPEG as `bytes`.

0.2.50

- Adds a licence file to make life easier for distro packagers

0.2.49

None

0.2.47

- Fixes discovery when there are broken zeroconf devices on the network

Page 29 of 36

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.