Releases: sebirdman/hass_traeger
Releases · sebirdman/hass_traeger
0.0.8
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
Fixes for upcoming HA releases from @njobrien1006
race condition fixes and state cleanup
This feels like a relatively large change from a backend standpoint:
- 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.
- 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.
- 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
- finally, a lot of cleanup around grill state. most likely fixing various bugs where things would actually get out of whack.
0.0.5
0.0.4
A whole host of fixes from @njobrien1006
Updates
Initial Release
First "release" of the component. it does things