Skip to content

Releases: sebirdman/hass_traeger

0.0.8

17 Apr 17:20
Compare
Choose a tag to compare

Fixes from @stephenpapierski and @njobrien1006, great work while i've been away!

  • Fixed release badge in README (currently reports no releases/repo found)
  • Discovered previous undocumented shutdown mode (Grill goes to shutdown mode between cool_down and sleep
  • Probe State sensor should theoretically work on new Traeger Timberline with dual probes, but I don't have a way to test that
  • Closes: #37
  • Implement autodisconnect but set to false.
  • Fix connect switch to properly display and connect disconnect immediately.

0.0.7

08 Jan 17:49
Compare
Choose a tag to compare

Fixes for upcoming HA releases from @njobrien1006

race condition fixes and state cleanup

03 Nov 04:06
Compare
Choose a tag to compare

This feels like a relatively large change from a backend standpoint:

  1. entities that represent "attachments" (probe, super smoke, pellet level detector) will now report as "unavailable" when not attached. This fixes a condition where entities could be attached at integration startup, but not later on. The state takes a second or two to change when the grill is on.
  2. we no longer fetch state right at start - this means we wait till we've connected to aws iot mqtt before getting the state of the grill. This fixes a race condition where if it took too long to get attached to the mqtt, we would miss the state update. This appears to especially be the case for our friends not living in North America.
  3. entities that are only toggle-able when the grill is on (keepwarm, supersmoke) are now "unavailable" until the grill is in the state where they can be toggled
  4. finally, a lot of cleanup around grill state. most likely fixing various bugs where things would actually get out of whack.

0.0.5

16 Oct 20:28
Compare
Choose a tag to compare

Checks credentials before completing setup
increases login timeout to 60 seconds

0.0.4

09 Oct 18:41
Compare
Choose a tag to compare

A whole host of fixes from @njobrien1006

Updates

09 Jun 23:34
Compare
Choose a tag to compare

Should fix various issues with install and some other features

Initial Release

02 Jan 04:36
Compare
Choose a tag to compare

First "release" of the component. it does things