Changelog¶
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.0.2 (2025-10-18)¶
Added¶
Support for Python 3.14
1.0.1 (2024-10-09)¶
Added¶
Support for Python 3.13
Fixed¶
Many errors and typos in documentation
Test framework was simplified a bit
1.0.0 (2024-09-29)¶
Added¶
- Added documentation using Sphinx:
Device description and protocol base concepts
Tutorial with many short code samples
API reference covering the entire user API
About section with project related pages (including this CHANGELOG)
Changed¶
- Renamed many methods and attributes, inspired by the naming in ESPHome
All references to
motionhave been renamed tomovingAll references to
standstillorstationaryhave been renamed tostaticAll references to
auxiliaryhave been renamed tolightAttribute
no_one_idle_durationwas renamed topresence_timeout
Reworked
exceptionsto make things easier to understandReworked
stream.FrameStreamwith a real iterator
Fixed¶
- Now checking arguments to the following methods:
LD2410.set_baud_rate()can now raiseCommandParamErrorRenamed
LD2410.set_gate_sentivitytoLD2410.set_gate_sensitivity()