Releases: konradk/hass
Releases · konradk/hass
Release list
v0.3.1
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
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
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
v0.2.1
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, andautoas 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.