Skip to content

Releases: qtoggle/qtoggleserver-zigbee2mqtt

1.7.0

24 Oct 12:00
92bdbca

Choose a tag to compare

What's new:

  • Updated for Python 3.10.
  • Adapted for qToggleServer 0.28.
  • Ruff is now used for linting.

1.5.0

20 May 18:06

Choose a tag to compare

What's new:

  • Ensure compatibility with Zigbee2MQTT 2.x.

1.4.0

02 Jan 21:44

Choose a tag to compare

What's new:

  • Refactorized the entire handling of properties/capabilities.
  • Added support for wildcard patterns in device static configuration.
  • Attributes with missing state value will now use a default value.
  • Exposed options are now used as attributes (were ignored in recent versions).
  • Configuration and state storage types are now clearly separated and properly managed.
  • Control ports are now clearly separated from regular device ports.

1.3.0

08 Dec 09:49

Choose a tag to compare

What's new:

  • Added support for property groups.
  • Fixed an issue with force_attribute_properties also creating ports.
  • Fixed an issue where ports were not properly created at startup.

1.2.2

17 Nov 10:24

Choose a tag to compare

What's new:

  • Added IEEE address attribute for control ports.
  • Added support for text (string) control port attributes.
  • A query for state will now be issued automatically when enabling a control port.
  • Setting get_state_property to null now disables querying for device state.

1.2.1

03 Nov 17:48

Choose a tag to compare

What's new:

  • Fixed an issue where display name wasn't persisted.

1.2.0

02 Mar 10:03

Choose a tag to compare

What's new:

  • Removed unnecessary port-update events triggered upon state change detection.
  • The initial state query now asks for all known properties by default.
  • Fixed initial device friendly name renaming issue.

1.1.0

04 Feb 14:47

Choose a tag to compare

What's new:

  • Updated for aiomqtt 2.x.
  • Added support for removing devices by clearing the friendly name.
  • Reworked exposed features and non-features.
  • Reworked device state management.
  • Added support for static device configuration (force_atteribute_properties and force_port_properties are the supported options for now).

1.0.0

15 Nov 21:05

Choose a tag to compare

Initial release.