Skip to content

Releases: snicker/zwift_hass

v3.3.5

14 Aug 04:25
a6641d4
Compare
Choose a tag to compare

What's Changed

  • removing imports from function calls resolves a warning in logs. fixes #50 by @snicker in #53

Full Changelog: v3.3.4...v3.3.5

v3.3.4

14 Aug 03:55
Compare
Choose a tag to compare
  • Fixes unit error on altitude sensor

v3.3.3

17 Sep 15:01
53c1b9f
Compare
Choose a tag to compare
  • fixes non-relative import statement from v3.3.2
  • from v3.3.2:
    • removes temporary env workaround for protobuf version increase
    • implement new protobuf files directly in this integration and patches upstream library (thanks @clyra !)

v3.3.1

20 Apr 04:49
259ee98
Compare
Choose a tag to compare
  • implements temporary workaround for protobuf version increase (see #37)

v3.3

21 Feb 21:41
c61a623
Compare
Choose a tag to compare
  • Implements unique_id for UI customization ability
  • Updates to device_state_attributes

v3.2.6

06 Feb 16:36
Compare
Choose a tag to compare
  • automatically increases update interval by 1/4s at a time if Zwift servers throttle updates (429 errors)
  • does not clear data from sensors if updates fail

v3.2.4

13 Nov 17:15
Compare
Choose a tag to compare
  • Increases API request interval to 2s while player is online to reduce 429 complaints from Zwift servers

v3.2.3

04 Jun 13:53
3bb017b
Compare
Choose a tag to compare

v3.2.2

30 Apr 04:49
718cd29
Compare
Choose a tag to compare
  • fixes issue with gradient errors
  • adds iot_class to manifest

thanks @badguy99!

v3.2.1

08 Mar 20:38
Compare
Choose a tag to compare
  • implements rounding for sensor values
  • removes several superfluous and unnecessary profile values from attributes
  • add names for new world values (thanks to @mountainsandcode for this and the 2 changes above!)
  • implements automated checks using hassfest (thanks to @badguy99!)