Skip to content

Releases: Pirate-Weather/pirate-weather-ha

v1.7.1: Lanaguage Parameter Update

26 Feb 15:39
f5960ad
Compare
Choose a tag to compare

Release Notes

With the release of API version 2.5 the summaries can now be translated into different languages using the translations module. This release enables translating the summary sensors into different languages using the language option in the config flow. The list of available languages can be found here.

What's Changed

  • Bump actions/stale from 9.0.0 to 9.1.0 in the non-major-versions group by @dependabot in #372
  • Bump the non-major-versions group with 2 updates by @dependabot in #370
  • Update pip requirement from <24.4,>=21.0 to >=21.0,<25.1 by @dependabot in #371
  • Bump actions/setup-python from 5.3.0 to 5.4.0 in the non-major-versions group by @dependabot in #374
  • Bump ruff from 0.9.3 to 0.9.4 in the non-major-versions group by @dependabot in #375
  • Bump the non-major-versions group with 2 updates by @dependabot in #376
  • Bump homeassistant from 2025.2.1 to 2025.2.4 in the non-major-versions group by @dependabot in #377
  • Bump the non-major-versions group with 2 updates by @dependabot in #379
  • Add support for the language parameter by @cloneofghosts in #380

Full Changelog: v1.7...v1.7.1

v1.7: Remove explicitly set config_entry option flow

25 Jan 20:48
8bd35eb
Compare
Choose a tag to compare

Release Notes

This version no longer explicitly sets config_entry option flow which is deprecated and will be removed in HA 2025.12.

What's Changed

Full Changelog: v1.6.3...v1.7

v1.6.3: Fix Imperial Precipitation Accumulation

20 Nov 18:02
3dd952a
Compare
Choose a tag to compare

Release Notes

Small release to fix the precipitationAccumulation conversion from metric to imperial units.

What's Changed

  • Bump softprops/action-gh-release from 2.0.9 to 2.1.0 in the non-major-versions group by @dependabot in #345
  • Bump the non-major-versions group with 2 updates by @dependabot in #346
  • Updated Accumulation sensor conversion in inches to account for API being in cm not mm by @mammbo3 in #349

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2: Allow changing location from settings config

18 Nov 15:28
e9da8f4
Compare
Choose a tag to compare

Release Notes

This release fixes the issue where you couldn't change your location from the settings config without removing the integration and setting it up again.

What's Changed

  • Bump softprops/action-gh-release from 2.0.8 to 2.0.9 in the non-major-versions group by @dependabot in #341
  • Bump ruff from 0.7.1 to 0.7.2 in the non-major-versions group by @dependabot in #342
  • Bump the non-major-versions group with 2 updates by @dependabot in #343
  • Allow location to be changed from the settings config by @cloneofghosts in #344

Full Changelog: v1.6.1.1...v1.6.2

v1.6.1.1: German translation

03 Nov 20:30
f081bf7
Compare
Choose a tag to compare

Release Notes

Small release to add the German translation done by @nurtext

What's Changed

  • Update pip requirement from <24.3,>=21.0 to >=21.0,<24.4 by @dependabot in #337
  • Bump colorlog from 6.8.2 to 6.9.0 in the non-major-versions group by @dependabot in #339
  • Feature: Add German translation by @nurtext in #340

New Contributors

Full Changelog: v1.6.1...v1.6.1.1

v1.6.1: API V2.3.3 Sensors

27 Oct 19:49
1b2535d
Compare
Choose a tag to compare

Release Notes

Adds in the new currently sensors that were added in API version 2.3.3. They are:

  • currentDayLiquid - Total rain accumulation for the current day
  • currentDaySnow - Total snow accumulation for the current day
  • currentDayIce - Total ice accumulation for the current day

What's Changed

  • Bump homeassistant from 2024.10.1 to 2024.10.2 in the non-major-versions group by @dependabot in #327
  • Bump ruff from 0.6.9 to 0.7.0 in the non-major-versions group by @dependabot in #328
  • Bump homeassistant from 2024.10.2 to 2024.10.3 in the non-major-versions group by @dependabot in #329
  • Bump actions/checkout from 4.2.1 to 4.2.2 in the non-major-versions group by @dependabot in #331
  • Bump actions/setup-python from 5.2.0 to 5.3.0 in the non-major-versions group by @dependabot in #332
  • Bump ruff from 0.7.0 to 0.7.1 in the non-major-versions group by @dependabot in #333
  • Bump homeassistant from 2024.10.3 to 2024.10.4 in the non-major-versions group by @dependabot in #334
  • Add V2.3.3 Sensors by @cloneofghosts in #335

Full Changelog: v1.6...v1.6.1

v1.6: Remove forecastio dependency & Fire Index value sensor

08 Oct 19:34
2bc308f
Compare
Choose a tag to compare

Release Notes

This release removes the forecastio dependency by moving the models.py file into the integration. This release also adds a fire index value sensor based on the values from this resource.

What's Changed

Full Changelog: v1.5.9...v1.6

v1.5.9: Fix KeyError for sourceTimes sensor

21 Sep 19:54
360752b
Compare
Choose a tag to compare

Release Notes

Fixes the KeyError for sourceTimes sensor if the chosen model does not have data for your selected location. The data for these sensors will show as Unknown instead of a DateTime Timestamp.

What's Changed

Full Changelog: v1.5.8...v1.5.9

v1.5.8: DateTime Sensors

22 Aug 19:23
Compare
Choose a tag to compare

Release Notes

  • Adds the timestamp sensor class to the datetime sensors (#275)
  • Adds sourceTimes timestamp sensor for each of the models used in the API (#296)

Full Changelog: v1.5.7...v1.5.8

v1.5.7: KeyError Fix

18 Aug 18:33
87333d2
Compare
Choose a tag to compare

Release Notes

Small release to fix the scan_interval KeyError issues people are facing when upgrading to the latest release. If you haven't already updated to v1.5.5 or v1.5.6 the integration will use the previously configured scan_interval by default.

What's Changed

Full Changelog: v1.5.6...v1.5.7