Skip to content

v1.1.0

Compare
Choose a tag to compare
@hahn-th hahn-th released this 14 Jan 17:32
· 37 commits to master since this release

ADDED

  • Add support for python 3.12
  • Add support for optional feature IFeatureDeviceSensorError
  • Add support for optional feature IFeatureDeviceSensorCommunicationError
  • Add support for optional feature IOptionalFeatureDeviceErrorLockJammed
  • Add support for device HmIP-ESI
  • Add support for function channel DeviceOperationLockWithSabotage
  • Add new documentation site and workflow

CHANGED

  • Changed from flat project layout to src based layout. The source code is not placed into ./src folder. The scripts are located in package homematicip.cli
  • Replaced versioneer with setuptools-scm to build version infos based on git tags and the building process.

FIXED

  • Fixed an error with --set-lock-state in cli

REMOVED

  • Dropped support for python < 3.9

Full Changelog: 1.0.16...1.1.0