Skip to content

Releases: tomislavherman/ha-window-state

0.2.3

Choose a tag to compare

@tomislavherman tomislavherman released this 05 Jul 22:52

Maintenance release.

  • Add MIT LICENSE and a Validate workflow (HACS + Hassfest) — prerequisites for HACS default-store inclusion.
  • No functional/behaviour changes vs 0.2.2.

0.2.2

Choose a tag to compare

@tomislavherman tomislavherman released this 05 Jul 22:32

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) and brand/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

Choose a tag to compare

@tomislavherman tomislavherman released this 05 Jul 22:15

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

Choose a tag to compare

@tomislavherman tomislavherman released this 05 Jul 22:15

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.