Skip to content

Releases: jbouwh/incomfort-client

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