Skip to content

Releases: AustinBrunkhorst/pysnooz

v0.10.0

13 Sep 17:18
Compare
Choose a tag to compare

v0.10.0 (2023-09-13)

Feature

  • feat: button light controls (#17)

  • feat: light controls

  • test: lights and night mode

  • feat: night mode brightness configurable

  • fix: light on state

  • revert: command repr

  • docs: add light commands to readme (ee76bed)

v0.9.2

11 Sep 19:37
Compare
Choose a tag to compare

v0.9.2 (2023-09-11)

Fix

  • fix: update README to list all commands (c0f3b2d)

Test

  • test: cancelled command execution raises (#16) (da9177b)

v0.9.1

10 Sep 22:44
Compare
Choose a tag to compare

v0.9.1 (2023-09-10)

Fix

  • fix: commands execution can be cancelled without disconnect (#15) (f4b4111)

v0.9.0

10 Sep 01:18
Compare
Choose a tag to compare

v0.9.0 (2023-09-10)

Feature

  • Support for Breez and Pro devices
  • Add transition support for Breez airflow settings - identical behavior to volume settings.

Documentation

  • Add supported devices, update usage

Test

  • Improve coverage
  • Add device model and firmware properties to SnoozDevice for testing
  • Mock client handles disconnect properly
  • States are copied in mock clients

(3b823c8)

v0.8.6

30 Aug 23:43
Compare
Choose a tag to compare

v0.8.6 (2023-08-30)

Chore

  • chore: update other python references (a59a48f)

  • chore: ci uses python 3.11 (94fcf4c)

  • chore: update to python 3.11 (c0cc57f)

Ci

  • ci: add contents write permission (c8e1a46)

  • ci: revert to python 3.10 (270dd16)

  • ci: fix semantic release toml definitions (1dba5db)

  • ci: update semantic release (6fd209e)

Documentation

  • docs: add epenet as a contributor for code (#13)

  • docs: update README.md [skip ci]

  • docs: update .all-contributorsrc [skip ci]


Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (8a4e372)

Fix

  • fix: unsubscribe from events after disconnect (14ef0b4)

v0.8.5

24 May 15:05
Compare
Choose a tag to compare

Fix

  • Race condition during disconnect (#7) (d1ac03f)

Documentation

  • Add mweinelt as a contributor for code (#12) (5b291df)

v0.8.4

23 May 17:05
Compare
Choose a tag to compare

Fix

  • Repair test compatibility with bleak>=0.20.0 (#9) (f789d92)

v0.8.3

27 Oct 02:42
Compare
Choose a tag to compare

Fix

  • Use BleakClientWithServiceCache (fdd9b32)

v0.8.2

10 Oct 20:30
Compare
Choose a tag to compare

Fix

  • Update write_gatt_char for CoreBluetooth backend (c1bafc3)
  • CoreBluetooth backend notifications (d476816)

v0.8.1

08 Oct 09:45
Compare
Choose a tag to compare

Fix