Skip to content

Latest commit

 

History

History
1207 lines (409 loc) · 31.4 KB

CHANGELOG.md

File metadata and controls

1207 lines (409 loc) · 31.4 KB

Changelog

v3.12.3 (2025-01-31)

Bug fixes

  • Update pyproject to allow python 3.13 deps (#198) (4c4d9a6)

v3.12.2 (2025-01-31)

Bug fixes

  • Use little endian in float conversion (#197) (ffd8f3c)

v3.12.1 (2025-01-31)

Bug fixes

  • Add changelog template (#196) (7ba1380)

Chores

  • Bump the github-actions group across 1 directory with 7 updates (#195) (3bf607e)

  • Bump habluetooth from 3.12.0 to 3.15.0 (#194) (e23edab)

  • Bump sphinx from 6.2.1 to 7.4.7 (#193) (ebf9c3b)

  • Update lint and commitlint (#190) (33b4e85)

  • Update dependabot.yml to include gha (#191) (e73268c)

Unknown

v3.12.0 (2025-01-31)

Features

  • Add direction and precipitation support (#187) (8c0df91)

Chores

  • Pre-commit autoupdate (#185) (1e9f738)

  • Bump myst-parser from 1.0.0 to 3.0.1 (#181) (8ce9658)

  • Bump habluetooth from 3.9.2 to 3.12.0 (#182) (59d6173)

  • Bump bluetooth-data-tools from 1.19.0 to 1.22.0 (#183) (39e3391)

  • Bump sphinx-rtd-theme from 2.0.0 to 3.0.2 (#184) (0c756de)

  • Bump sphinx from 5.3.0 to 6.2.1 (#177) (38eea52)

  • Bump pytest-cov from 4.1.0 to 6.0.0 (#179) (a694d85)

  • Bump habluetooth from 3.9.0 to 3.9.2 (#178) (ab590ff)

  • Bump cryptography from 43.0.1 to 44.0.0 (#175) (ebd8e9e)

  • Bump pytest from 7.4.4 to 8.3.4 (#176) (07e6dad)

  • Bump jinja2 from 3.1.4 to 3.1.5 (#172) (4fcc1a1)

  • Bump cryptography from 42.0.8 to 43.0.1 (#171) (bdd449b)

  • Bump certifi from 2024.6.2 to 2024.7.4 (#173) (4bf94dc)

  • Bump urllib3 from 2.2.1 to 2.2.2 (#174) (77e5493)

  • Bump myst-parser from 0.18.1 to 1.0.0 (#168) (fa3964d)

  • Bump bluetooth-sensor-state-data from 1.7.0 to 1.7.1 (#166) (d1a0f3a)

  • Update for python 3.13 (#165) (8361b69)

  • Bump sensor-state-data from 2.18.0 to 2.18.1 (#167) (4522dc8)

  • Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 (#169) (481ff63)

  • Bump habluetooth from 3.1.1 to 3.9.0 (#170) (9d6d360)

  • Create dependabot.yml (a2988df)

  • Pre-commit autoupdate (#164) (0d22035)

  • Pre-commit autoupdate (#163) (ff18462)

  • Pre-commit autoupdate (#160) (da60d99)

  • Pre-commit autoupdate (#158) (c07015a)

  • Pre-commit autoupdate (#157) (354359a)

  • Pre-commit autoupdate (#155) (f1216c3)

  • Pre-commit autoupdate (#154) (6f550fa)

  • Pre-commit autoupdate (#151) (c165c5e)

  • Pre-commit autoupdate (#150) (ef50709)

  • Add ohf logo to readme (#149) (5cc4215)

  • Pre-commit autoupdate (#145) (e1b850d)

Unknown

v3.11.0 (2024-08-25)

Features

v3.10.0 (2024-08-23)

Features

  • Add 0x56 for 16-bit conductivity measurement type (#142) (444eaca)

Chores

  • Pre-commit autoupdate (#140) (07f4729)

  • Pre-commit autoupdate (#139) (e6ab18b)

  • Pre-commit autoupdate (#137) (8305ab4)

  • Pre-commit autoupdate (#136) (8de8a22)

  • Pre-commit autoupdate (#132) (8171fd4)

v3.9.3 (2024-06-07)

Bug fixes

  • Allow contents permission to workflow (#131) (eda9bfd)

  • Rename pypi token (#130) (03a9d90)

  • Use list for version_toml (#129) (0fc3d45)

  • Reference to gh action pypi push (#128) (88b1fe9)

  • Fix pypi workflow (#127) (53c8e0d)

  • Fix release workflow (#126) (4d985e9)

  • Bump python-semantic-release (#124) (bbef3a7)

v3.9.2 (2024-06-07)

Bug fixes

  • Make tests compatible with habluetooth>=3.0 (#123) (92fceeb)

v3.9.1 (2024-06-05)

Bug fixes

  • Accept new encryption counter only if the message was not corrupted (#119) (bc61824)

v3.9.0 (2024-05-07)

Features

  • Add button hold event (#120) (49124ab)

v3.8.1 (2024-03-18)

Bug fixes

  • Remove mac workaround (#115) (303f833)

v3.8.0 (2024-03-10)

Features

  • Allow one failed decryption before reauth (#114) (7c499cc)

v3.7.0 (2024-03-08)

Features

  • Add device title to log messages (#113) (c47f36f)

v3.6.0 (2024-03-02)

Features

  • Verify packet is not an older packet (#112) (113e49d)

v3.5.0 (2024-01-18)

Features

  • Add verification of the packet id (#105) (c428f92)

v3.4.2 (2024-01-17)

Bug fixes

  • Fix counter verification (#104) (dead672)

v3.4.1 (2024-01-10)

Bug fixes

  • Use volume storage instead of water storage (#102) (4cf20bf)

v3.4.0 (2024-01-10)

Features

  • Add water storage sensor (#101) (6eb80e0)

v3.3.1 (2023-12-15)

Bug fixes

  • No check of encryption counter when bindkey has not been verified (#97) (43f1412)

v3.3.0 (2023-12-13)

Features

  • Add check for increasing encryption counter (#92) (a58cf7b)

v3.2.0 (2023-10-01)

Features

  • Add raw hex sensor (#91) (6f9969e)

Refactoring

  • Remove dependency on pytz (#90) (4619caa)

v3.1.1 (2023-08-20)

Bug fixes

  • Replace datetime.utcfromtimestamp (#87) (0184fe7)

v3.1.0 (2023-08-13)

Features

v3.0.0 (2023-07-15)

Features

  • Add ability to set the bind key after init (#83) (1826139)

v2.13.0 (2023-07-15)

Unknown

Bug fixes

Features

  • Switch from pycryptodomex to cryptography (0cdc8e6)

v2.12.2 (2023-07-15)

Unknown

Bug fixes

v2.12.1 (2023-07-07)

Unknown

Chores

  • Bump bluetooth-sensor-state-data (54556a3)

Bug fixes

  • Bump sensor-state-data to 2.16.1 (9657a91)

  • Fix for repeated events (285da3c)

v2.12.0 (2023-06-18)

Unknown

Bug fixes

Features

  • Timestamp acceleration and gyroscope (07c6b40)

v2.11.3 (2023-05-19)

Unknown

Bug fixes

  • Revert trigger based device name (f2b5303)

v2.11.2 (2023-05-12)

Unknown

Bug fixes

  • Pre-commit bump and bump release (97540cc)

v2.11.1 (2023-05-12)

Unknown

Bug fixes

  • Add trigger based device to device type (0d0076b)

v2.11.0 (2023-05-04)

Unknown

Bug fixes

Features

v2.10.1 (2023-04-28)

Unknown

Bug fixes

  • Add sleepy sensors to init (7a82a50)

v2.10.0 (2023-04-28)

Unknown

Bug fixes

Features

Chores

  • Add tests for shelly button (c8c8365)

v2.9.0 (2023-03-12)

Unknown

Features

v2.8.0 (2023-03-05)

Unknown

Features

  • Add gas water energy meter (152bcea)

v2.7.0 (2023-02-25)

Unknown

Features

v2.6.0 (2023-02-17)

Unknown

Bug fixes

  • Fix flake 8 line length error (e7490b4)

Features

  • Add possibility to include mac in payload (1059aa1)

v2.5.2 (2023-02-10)

Bug fixes

  • Parse objects of the same time correctly (#47) (27e5982)

v2.5.1 (2023-01-24)

Unknown

Bug fixes

  • Correct data length check (aed08c4)

v2.5.0 (2023-01-11)

Unknown

Features

  • Add voltage with 1 digit (acd1da7)

v2.4.1 (2023-01-04)

Unknown

Bug fixes

v2.4.0 (2022-12-17)

Unknown

Bug fixes

  • Update tests and dependencies (bb9d0a2)

Features

  • Add volume and packet id (aaefa4e)

v2.3.1 (2022-11-19)

Unknown

Bug fixes

  • Warning for numerical order object id (b86feaa)

v2.3.0 (2022-11-18)

Unknown

Features

v2.2.1 (2022-11-07)

Unknown

Bug fixes

  • Multiple measurements fix (849deab)

v2.2.0 (2022-11-06)

Unknown

Bug fixes

  • Add tests for duration and temperature (552cbb8)

  • Uv and duration sensors (4130c71)

Features

v2.1.0 (2022-11-03)

Unknown

Bug fixes

Features

v2.0.0 (2022-11-01)

Features

Unknown

v1.4.0 (2022-11-01)

Unknown

Bug fixes

Features

  • Remove object format and length byte (2f43a29)

  • Remove predefined device info (cb16b35)

  • Multiple measurements of the same type (e57ed3d)

  • Uuid v2 and adv_info byte (a4d6440)

v1.3.0 (2022-10-04)

Features

  • Force new release adding events (8ae802a)

Unknown

v1.2.3 (2022-09-29)

Unknown

Bug fixes

v1.2.2 (2022-09-14)

Unknown

Bug fixes

  • Remove update binary sensor (e529f89)

v1.2.1 (2022-09-13)

Unknown

Bug fixes

v1.2.0 (2022-09-09)

Unknown

Bug fixes

  • Update poetry lock file (477f974)

v1.1.1 (2022-09-08)

Bug fixes

Features

v1.1.0 (2022-09-06)

Unknown

Bug fixes

Features

v1.0.0 (2022-09-01)

Unknown

Features

  • Change name of bthome with capital h (cf3c702)

  • Bthome with capital h (c307462)

v0.5.2 (2022-08-30)

Bug fixes

  • Use full name for bparasite (bcd07da)

v0.5.1 (2022-08-29)

Bug fixes

  • Fix tests for non standard device classes (d48ec31)

  • Use update_sonsor for other device classes (eabde87)

v0.5.0 (2022-08-28)

Unknown

Bug fixes

Features

v0.4.0 (2022-08-26)

Features

  • Get manufacturer from name (1e66c90)

v0.3.8 (2022-08-25)

Bug fixes

v0.3.7 (2022-08-25)

Unknown

Bug fixes

v0.3.6 (2022-08-24)

Bug fixes

v0.3.5 (2022-08-24)

Bug fixes

  • Workaround for empty service_uuids (2cab081)

v0.3.4 (2022-08-23)

Unknown

Bug fixes

v0.3.3 (2022-08-23)

Bug fixes

  • Minor change to force a new release (a55133a)

Unknown

v0.3.2 (2022-08-21)

Unknown

v0.3.1 (2022-08-21)

Bug fixes

Unknown

v0.3.0 (2022-08-19)

Bug fixes

Features

v0.2.2 (2022-08-18)

Unknown

v0.2.1 (2022-08-18)

Bug fixes

v0.2.0 (2022-08-18)

Unknown

Bug fixes

  • Delete poetry log (1376c47)

  • Update sensor-state-data version (132cf9e)

Features

v0.1.0 (2022-08-18)

Bug fixes

Features

Unknown