Releases: newAM/idasen
Releases · newAM/idasen
Version 0.12.0
Added
- Added public methods to get the speed,
get_speed
andget_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
wakeup
method 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 init
on MacOS.
Version 0.10.1
Added
- Added support for bleak version
~0.21
.
Version 0.10.0
Added
- Added support for initializing
IdasenDesk
with aBLEDevice
instead of a MAC address. - Added
connect
anddisconnect
methods as an alternative to the context manager. - Added a
disconnected_callback
argument to theIdasenDesk
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
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
.