Releases: kmich/ha_ws_core
Releases · kmich/ha_ws_core
Release list
v2.6.2
What's Changed
Full Changelog: v2.6.1...v2.6.2
v2.6.1
Added
- Named indoor rooms during initial setup (PR #120): the add/edit/remove indoor rooms screen introduced in 2.6.0 for the options flow is now also available during first-time setup (Configure Weather Station -> Features -> Indoor Rooms), so multi-room monitoring can be configured without a follow-up trip to Options. Thanks @Benjamin45590.
Fixed
- Indoor Rooms step skipped in Options flow when Vigicrues was also enabled: finishing the Vigicrues station step used to jump straight to Upload Services, bypassing the Indoor Rooms step entirely whenever both features were enabled. Options-flow navigation now correctly chains through every enabled feature step in order.
- Missing English translations for the new indoor-room setup steps: PR #120 added the new config-flow steps but only PR #121 supplied translations (French only). Added the corresponding
strings.json/en.jsonentries so the flow renders correctly in English.
Full Changelog: 2.6.0...v2.6.1
What's Changed
- fix(translations): add named indoor rooms to initial setup + fix missing en strings by @kmich in #122
Full Changelog: v2.6.0...v2.6.1
v2.6.0
v2.5.5
What's Changed
- Update sensor.py by @Benjamin45590 in #113
- fix(translations): correct inverted French notifications switch label (#114) by @kmich in #116
- chore: release 2.5.5 by @kmich in #117
Full Changelog: v2.5.4...v2.5.5
v2.5.4
Bug fixes
- French translations restored - Fixed a structural error in
fr.jsonwhereindoor_rooms_optand all subsequent options flow steps were nested insidefeatures_opt.data_descriptioninstead of being siblings. Home Assistant silently fell back to English when it encountered the malformed schema. (#111, #112)
Improvements
- All 7 non-English translations completed - German, Spanish, Italian, Dutch, Polish, and Portuguese were previously partial (covering only 4 of 24 config steps with no options flow, issues, or entity sections). All are now at full parity with the English reference.
- README updates - Main README now lists all 8 supported languages. Blueprints README now documents all 10 blueprints (was missing 5).
What's Changed
Full Changelog: v2.5.3...v2.5.4
v2.5.3
Bug fixes
- Vigicrues step skipped in config flow - The Vigicrues station picker was silently skipped during initial setup when Vigicrues was enabled together with Sea Temperature, Wunderground, Air Quality, or Pollen (but not Solar Forecast). The flow fell straight through to the upload-service steps, falling back to auto-detecting the nearest station instead of letting the user choose.
- Previously-selected Vigicrues station missing from picker - A saved station could appear deselected in the dropdown if it fell outside the 50 km/20-result API window (e.g. after moving the forecast location). The saved station is now re-injected into the options list labeled "(saved)" so it always remains selectable.
- French translation fixes - Corrected several typos and encoding issues in
fr.json: "septs" -> "sept", missing accent on "atmosphérique", capitalization of "Home Assistant", stray closing parentheses in two labels, leftover English text in options flow, and a doubled closing-brace at end of file.
v2.5.2
What's Changed
- Update fr.json by @Benjamin45590 in #108
Full Changelog: v2.5.1...v2.5.2
What's Changed
- Update fr.json by @Benjamin45590 in #108
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- v2.5.0: localization, selector slugging, frost-risk sensor & icon fixes (#104, #105) by @kmich in #106
Full Changelog: v2.4.1...v2.5.0