Skip to content

v2.0.3

Latest

Choose a tag to compare

@jcgoette jcgoette released this 16 Jun 15:57
8226ec3

Release Notes

Version [2.0.3]

  • 🐛 Fixes:
    • Update hacs.json keys (8226ec3)
      • Resolved issues related to hacs.json configuration.
    • Fix key sorting (262c87b)
      • Addressed inconsistencies in key ordering, enhancing the stability and readability of our codebase.
    • Refactor async_add_job and async_forward_entry_setup (05e7ad6)
      • Fixes issues introduced in HA 2025.6.
  • Feats:
    • Add Dataclass Support for OptionsFlow (a891e0b)
      • Introduced dataclasses to the WeightGurusOptionsFlowHandler class in config_flow.py, making it more robust and easier to manage.