Skip to content

Releases: newAM/idasen

Version 0.12.0

05 Mar 01:39
675f809
Compare
Choose a tag to compare

Added

  • Added public methods to get the speed, get_speed and get_height_and_speed.
  • Added a command line option to read the speed of the desk.

Fixed

  • Fixed the desk not stopping when requested during movement.
  • Fixed the desk pausing during raising / lowering.

Changed

  • Heights in the configuration file are no longer allowed to be called "speed".

Version 0.11.1

14 Jan 01:47
Compare
Choose a tag to compare

Fixed

  • Fixed the desk stopping at inconsistent heights.

Version 0.11.0

25 Dec 22:55
Compare
Choose a tag to compare

Added

  • Added a wakeup method for compatibility with the Linak DPG1C controller.

Version 0.10.3

08 Oct 23:02
Compare
Choose a tag to compare

Added

  • Added support for python 3.12.

Fixed

  • Stop desk movement when interrupted by the physical button.

Version 0.10.2

05 Sep 06:30
102b365
Compare
Choose a tag to compare

Changed

  • Relaxed dependency version constraints for improved home-assistant compatability.

Fixed

  • Fixed idasen init on MacOS.

Version 0.10.1

03 Sep 07:37
d4bbe90
Compare
Choose a tag to compare

Added

  • Added support for bleak version ~0.21.

Version 0.10.0

25 Aug 01:32
2a5eb28
Compare
Choose a tag to compare

Added

  • Added support for initializing IdasenDesk with a BLEDevice instead of a MAC address.
  • Added connect and disconnect methods as an alternative to the context manager.
  • Added a disconnected_callback argument to the IdasenDesk constructor.
  • Added a pair method.

Changed

  • Changed build-system.requires from ["poetry>=0.12"] to ["poetry-core"].

Fixed

  • Fixed the stop method not stopping the desk.

Version 0.9.6

18 Mar 16:04
Compare
Choose a tag to compare

Added

  • Added support for bleak version ~0.20.

Version 0.9.5

11 Mar 21:44
Compare
Choose a tag to compare

Fixed

  • Fixed configuration validation to accept 36-character MAC addresses as seen on macOS.

Version 0.9.4

14 Oct 19:06
Compare
Choose a tag to compare

Added

  • Added support for bleak version ~0.19.