Skip to content

Releases: zigpy/zha-device-handlers

0.0.29

26 Dec 20:04
Compare
Choose a tag to compare

This Release:

  • Update README.md with more tips on contributing (#196)
  • Created a Contributors.md file with list of contributors (#195)
  • Xbee: update for zigpy changes (#193)
  • Add support for the IKEA Tradfri on off switch (#203)
  • Changed the way the args were being parsed to prevent duplicate triggers. (#206)
  • Add LDS ZBT-CCTSwitch-D0001 device. (#211)
  • 210 add tradfri remote zha quarks (#216)
  • Move zigpy quirks to zhaquirks (#217)
  • Linear battery voltage (#208)
  • Added additional attributes to Mija smoke detector. (#221)
  • Xbee analog input (#219)
  • Update attribute handling to ensure metadata is correct (#225)
  • Add lumi.plug - US version (#220)
  • Add aqara relay (#223)

0.0.28

13 Nov 13:02
Compare
Choose a tag to compare

This Release:

  • Fixes the replacement cluster for relative humidity for the Mija weather sensor (round) #189

0.0.27

08 Nov 14:10
Compare
Choose a tag to compare

This release:

  • Xiaomi: handle temp sensor reports on Basic cluster (#188)
  • Fix Hue dimmer dim down event parameters (#184)
  • Add Lutron remote device automation support (#179)
  • Xiaomi: send event when "model" attribute is reported (#181)
  • Add a missing line for Triple click (#183)
  • Make aqara leak sensor be of moisture type (#182)
  • Adjust Centralite battery level handling (#176) (#178)
  • Adjust Xiaomi sensors battery level handling (#174)
  • Modify SmartThings moisturev4 handler to identify as a moisture sensor (#172)

0.0.26

29 Sep 13:51
Compare
Choose a tag to compare

This release:

  • Add Third Reality smart switches (#169)
  • Add common power configuration cluster (#168)
  • Add Phillips hue dimmer triggers (#167)
  • Add CentraLite / Osram dimmer triggers (#166)
  • Add triple click to Xiaomi WXKG11LM version 1 (#165)
  • Add alternate version of Xiaomi WXKG11LM (#164)

0.0.25

24 Sep 19:52
Compare
Choose a tag to compare

This release:

  • add 2019 refresh of Samjin Multi
  • code cleanup
  • add support for HA device automation triggers
  • add support for lumi.sensor_cube
  • add support for lumi.remote.b1acn01
  • add support for Switch 4x EU-LIGHTIFY

0.0.23

11 Sep 11:26
Compare
Choose a tag to compare

This release:

  • adds 8 action support for the Osram 4 button remote (4 press actions and 4 hold actions)
  • adds an additional leaksmart version
  • updates to handle new version of zigpy

0.0.22

25 Aug 14:46
Compare
Choose a tag to compare

This release:

  • fixes Xiaomi humidity cluster

0.0.21

21 Aug 11:16
Compare
Choose a tag to compare

This release:

  • correct tilt and drop for aqara vibration sensor (#124)
  • fix attr dicts (#126)
  • Add Centralite 3157100 thermostat quirks (#127)
  • Add Centralite 3460-L smart button quirk (#130)
  • Add Yale Real Living lock quirk (#131)
  • Modify Centralite 3305S quirk to support single endpoint devices (#129)
  • Add WAXMANN leakSMART Water Sensor V2 quirk (#132)
  • fix xiaomi aqara temperature sensor and also limit humidity (#134)

0.0.16

27 Jun 17:19
ba75def
Compare
Choose a tag to compare

This release:

  • bumps the version to correct a packaging issue with 0.0.15

0.0.15

23 Jun 14:56
Compare
Choose a tag to compare

This release:

  • converts model and manufacturer to tuples at the signature level
  • moves endpoints under key 'endpoints' in the signature element
  • removes model and manufacturer from replacement element
  • removes temperature from Xiaomi devices
  • fixes Mija attribute parsing
  • adds xbee serial data support
  • adds experimental Ikea 5 button remote support
  • adds experimental Ikea motion sensor support
  • adds support for Lutron Connected Bulb Remote
  • adds mfg attribute to Philips remote basic cluster
  • misc. cleanup and fixes