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
coverdoes not allowset_position, you can wrap it with this integration, define the time seconds it takes to complete the position, and use it!
- If your current
- 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 thestopfunction to avoid partial closing/opening physical state.
- Sometimes there are some delays with Zigbee or RF-based switches, and the cover position may be desync over time.
- 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