Releases: tomislavherman/ha-window-state
Releases · tomislavherman/ha-window-state
Release list
0.2.3
0.2.2
Ship the brand icon inside the integration.
- home-assistant/brands no longer accepts custom-integration icons (HA 2026.3+); icons are now provided directly by the integration and served via HA's brands proxy.
- Adds
brand/icon.png(256×256) andbrand/icon@2x.png(512×512) to the integration, so the icon travels with the HACS download — no external repo needed. - No functional/behaviour changes vs 0.2.1.
0.2.1
Builds on 0.2.0 (capitalized state labels: Closed/Tilted/Open/Unknown).
- Expose top_sensor/bottom_sensor as entity attributes.
- New options toggle to hide the two source sensors from the UI (like the core Group helper); reversed cleanly on toggle-off, source change, or window deletion.
- Brand icon assets (open + tilted glyphs merged on a blue badge) under brands/, ready for a home-assistant/brands submission.
- README: sensor placement, HACS-from-scratch install, options section.
0.1.0
Initial release.
- Config-flow integration deriving a single tilt-and-turn window state sensor (closed/tilted/open/unknown) from a top and bottom binary_sensor contact.
- device_class: enum, reactive local_push updates, RestoreEntity, options flow, multi-instance support.