Skip to content

Releases: konradk/hass

v0.3.1

Choose a tag to compare

@konradk konradk released this 17 Aug 22:22

What's changed

  • Added an optional local network URL that is used only on explicitly trusted Wi-Fi networks.
  • Falls back to the primary Home Assistant URL when the local endpoint is unavailable.
  • Supports multiple trusted Wi-Fi names and offers the current network as an explicit one-click suggestion.
  • Keeps the expanded connection form usable with a scrollable layout and avoids slow NetworkManager rescans.

Thanks @RolfKoenders for the contribution in #7.

v0.3.0

Choose a tag to compare

@konradk konradk released this 17 Aug 21:41

What's changed

  • Added colour and colour-temperature controls for compatible lights, including favourite colours configured in Home Assistant.
  • Added optimistic UI reconciliation for sliders and colour controls, avoiding jumps back to stale values while commands are pending.
  • Snapped committed slider values to device-declared steps.
  • Added unique command tags so failed actions roll back only the matching pending value.
  • Preserved an explicitly empty favourite-colour list.

Thanks @s3ansh33p for the contribution in #4.

v0.2.3

Choose a tag to compare

@konradk konradk released this 17 Aug 20:24

What's changed

  • Added capability-aware dropdown controls for HVAC and fan modes.
  • Added preset and swing mode controls.
  • Added keyboard navigation for the new climate controls.
  • Extended the demo backend and regression coverage for the new services.

Follow-up to #1 via #6. Thanks @manuelseeger for the contribution.

v0.2.2

Choose a tag to compare

@konradk konradk released this 16 Aug 21:46
136d7e0

Added a General setting to enable area tabs. Fixes #5 via #8.

v0.2.1

Choose a tag to compare

@konradk konradk released this 15 Aug 09:53
f3c36bc

What's changed

  • Added on/off controls for climate entities that advertise the corresponding Home Assistant capabilities.
  • Recognized active HVAC modes such as heat, cool, and auto as an on state.
  • Preserved stable row geometry when an off climate entity temporarily omits its target temperature.
  • Extended the demo backend and regression coverage for climate power controls.

Fixes #1 via #2.