Skip to content

Version 2026.6.1-beta1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 08:20
598b10f

✨ Highlights

Beta — please test and report issues.

🐛 Fahrenheit temperature limits no longer double-converted (#470, #463)

OpenPlantbook thresholds were converted to °F twice — e.g. a 7 °C minimum became 113 °F instead of 45 °F. Limits now carry an explicit unit marker, are converted exactly once on read, and stay correct across a species/force refresh and even an HA unit-system switch. Thanks to @sirwolfgang for the report and original fix.

🐛 Plants no longer stuck in a "problem" state with wide-range sensors (#466, #465)

The problem-state hysteresis band was computed from the full min↔max span, over-inflating the low-side margin for sensors like conductivity, CO₂ and illuminance — a reading that had clearly recovered above its minimum could stay flagged as a problem indefinitely (e.g. conductivity min 350, reading 386, not clearing until 432). The band is now anchored to the threshold actually being crossed, capped by the OK span, and uses the threshold magnitude so sub-zero minimums behave correctly.

📝 Docs & maintenance

Added MISSING_SENSORS.md and clarified the *_status / trigger / problems attributes and hysteresis behaviour in TIPS (#469); bumped codecov/codecov-action v6 → v7 in CI (#459).

⚠️ Imperial (°F) users: temperature limits set before this release are not auto-migrated — verify your min/max temperature thresholds after upgrading, and refresh the species if needed.


Notable changes since v2026.6.0

v2026.6.1-beta1 (2026-06-19)

Full Changelog

Closed issues:

  • Request - When problem, a way to list issue? #468
  • Disabled problem triggers leave stale *_status attributes instead of resetting to null #467
  • Problem don't reset when data changes. #465
  • Unable to recognize some sensors for NEO NAS-STH02B2 #464
  • False Problem #462
  • Miflora sensors not showing #461
  • show_care Not Populating #453

Merged pull requests:

  • chore: release 2026.6.1-beta1 #471 (Olen)
  • Fix Fahrenheit double-conversion of temperature limits (supersedes #463) #470 (Olen)
  • docs: dedicated MISSING_SENSORS.md for the missing-device_class issue #469 (Olen)
  • fix: hysteresis band relative to the crossed threshold (#465) #466 (Olen)
  • chore(deps): Bump codecov/codecov-action from 6 to 7 #459 (dependabot[bot])