Skip to content

Releases: HomeOps/py-ccm15

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 01:32
4dc5c8d

1.1.2 (2026-07-04)

Performance Improvements

  • reuse slave device instances across polls (#65) (20ad49d)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 18:55
7789a55

1.1.1 (2026-07-02)

Bug Fixes

  • back-fill partial status dropouts from a per-slot cache (#63) (bad15e4)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 13:18
5024f62

1.1.0 (2026-06-30)

Features

  • add PEP 561 typing support and pass mypy --strict (#58) (6331c0c)

Bug Fixes

  • use auto fan for active commands with fan off (#60) (774b59c)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 23:02
02ef23f

1.0.0 (2026-06-15)

⚠ BREAKING CHANGES

  • password is now the configured value, not the pre-obfuscated URL value, and write helpers return CCM15ReturnCode instead of bool.

Features

  • obfuscate password and return CCM15ReturnCode from writes (#55) (64b302b)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 19:10
d6d646f

0.6.0 (2026-06-13)

Features

  • opt-in electric heater (ht) via a TriState desired value (#44) (2912e1b)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 19:03
20b04d9

0.5.0 (2026-06-13)

Features

  • opt-in swing control via a TriState desired value (#43) (c95bf12)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 18:32
26fffe8

0.4.0 (2026-06-13)

Features

  • optional password (pwd=) authentication for control commands (#17) (85a635f)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 16:36
aee0d7d

0.3.0 (2026-06-13)

Features

  • accept an injected httpx.AsyncClient and manage its lifecycle (#40) (dc145c2)

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 13 Jun 02:38
1d897d9

0.2.4 (2026-06-13)

Bug Fixes

  • tolerate transient CCM15 dropouts and report per-device data age (#34) (fe1529c)

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 13 Jun 02:11
2b9f766

0.2.3 (2026-06-13)

Documentation

  • attribute CCM15 protocol to houselabs/home-assistant-mideaccm (#30) (0e788ef)
  • note that this library is consumed by Home Assistant core (#27) (f28101d)