Skip to content

Releases: jbouwh/incomfort-client

v0.6.5-3

04 Jan 22:43
96e1f7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5-2...v0.6.5-3

v0.6.5-2

04 Jan 22:28
994add7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5-1...v0.6.5-2

v0.6.5-1

03 Jan 21:07
4abe876
Compare
Choose a tag to compare

What's Changed

  • Fix invalid room id index for CLI by @jbouwh in #43

Full Changelog: v0.6.5...v0.6.5-1

v0.6.5

03 Jan 20:01
c58f198
Compare
Choose a tag to compare

What's Changed

  • Improve add heater and room option for the CLI fix loop issue by @jbouwh in #42

Full Changelog: v0.6.4...v0.6.5

v0.6.4

14 Dec 14:02
9b49705
Compare
Choose a tag to compare

What's Changed

  • Bump setuptools from 69.2.0 to 70.0.0 by @dependabot in #36
  • Bump to v0.6.3-1 by @jbouwh in #37
  • Fix heater index formatting when setting an override temperature by @jbouwh in #39

Full Changelog: v0.6.3...v0.6.4

v0.6.3-1

16 Jul 09:24
f5d0cc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.3-1

v0.6.3

01 Jul 09:17
d42377f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

10 Jun 20:27
6233383
Compare
Choose a tag to compare

What's Changed

  • Fix display text is None if display_code or fault_code is 0 by @jbouwh in #32
  • Bump to v0.6.2 by @jbouwh in #33

Full Changelog: v0.6.1...v0.6.2

v0.6.1

09 Jun 14:50
86da05c
Compare
Choose a tag to compare

Fixes:

  • fault_code always returning unknown.
  • Correct some typo's in the display_code enum names.

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Jun 12:22
ae059ac
Compare
Choose a tag to compare

This release has some breaking changes:

  • #15 changes the display_code and fault_code to be an IntEnum. The name values have been slugified, so this might break any automations that depend on the old display_text. The new slugified codes are now unique, so they can be used as a base to support localization. Special thanks for @joostlek and @zxdavb!

What's Changed

New Contributors

Full Changelog: 0.5.0...v0.6.0