Skip to content

0.4.0

Latest

Choose a tag to compare

@duhow duhow released this 04 Jul 12:47

What's Changed

  • Migrate to updated helper device linking pattern (HA 2026.8 compat) by @duhow with @Copilot in #13
    📝 https://developers.home-assistant.io/blog/2025/07/18/updated-pattern-for-helpers-linking-to-devices/
  • Add option to wrap an existing cover entity with time-based position tracking by @duhow with @Copilot in #14
    • If your current cover does not allow set_position, you can wrap it with this integration, define the time seconds it takes to complete the position, and use it!
  • Add "Delay stop at endpoints" option to mitigate inconsistent physical position by @duhow with @Copilot in #15
    • Sometimes there are some delays with Zigbee or RF-based switches, and the cover position may be desync over time.
      You can delay the stop function to avoid partial closing/opening physical state.
  • Add local brand icon by @duhow in #17
  • Use options_flow_reloads=True instead of manual add_update_listener by @duhow with @Copilot in #18

Full Changelog: 0.2.0...0.4.0