Releases: newAM/idasen
Releases · newAM/idasen
Version 0.12.0
Added
- Added public methods to get the speed,
get_speedandget_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
Fixed
- Fixed the desk stopping at inconsistent heights.
Version 0.11.0
Added
- Added a
wakeupmethod for compatibility with the Linak DPG1C controller.
Version 0.10.3
Added
- Added support for python 3.12.
Fixed
- Stop desk movement when interrupted by the physical button.
Version 0.10.2
Changed
- Relaxed dependency version constraints for improved home-assistant compatability.
Fixed
- Fixed
idasen initon MacOS.
Version 0.10.1
Added
- Added support for bleak version
~0.21.
Version 0.10.0
Added
- Added support for initializing
IdasenDeskwith aBLEDeviceinstead of a MAC address. - Added
connectanddisconnectmethods as an alternative to the context manager. - Added a
disconnected_callbackargument to theIdasenDeskconstructor. - Added a
pairmethod.
Changed
- Changed
build-system.requiresfrom["poetry>=0.12"]to["poetry-core"].
Fixed
- Fixed the
stopmethod not stopping the desk.
Version 0.9.6
Added
- Added support for bleak version
~0.20.
Version 0.9.5
Fixed
- Fixed configuration validation to accept 36-character MAC addresses as seen on macOS.
Version 0.9.4
Added
- Added support for bleak version
~0.19.