Releases: Pirate-Weather/pirate-weather-ha
v1.6.1.1: German translation
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
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 daycurrentDaySnow
- Total snow accumulation for the current daycurrentDayIce
- 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
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
- Bump ruff from 0.6.6 to 0.6.7 by @dependabot in #316
- Bump homeassistant from 2024.9.2 to 2024.9.3 by @dependabot in #317
- Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #318
- Bump ruff from 0.6.7 to 0.6.8 in the non-major-versions group by @dependabot in #319
- Bump homeassistant from 2024.9.3 to 2024.10.0 in the non-major-versions group by @dependabot in #320
- Bump the non-major-versions group with 2 updates by @dependabot in #323
- Bump actions/checkout from 4.2.0 to 4.2.1 in the non-major-versions group by @dependabot in #325
- Remove forecastio dependency & Fire Index value sensor by @cloneofghosts and @alexander0042 in #326
Full Changelog: v1.5.9...v1.6
v1.5.9: Fix KeyError for sourceTimes sensor
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
- Bump ruff from 0.6.1 to 0.6.2 by @dependabot in #299
- Update dependencies by @cloneofghosts in #300
- Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #301
- Bump homeassistant from 2024.8.2 to 2024.8.3 by @dependabot in #302
- Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in #304
- Bump ruff from 0.6.2 to 0.6.3 by @dependabot in #303
- Bump homeassistant from 2024.8.3 to 2024.9.0 by @dependabot in #305
- Bump ruff from 0.6.3 to 0.6.4 by @dependabot in #306
- Bump homeassistant from 2024.9.0 to 2024.9.1 by @dependabot in #307
- Bump ruff from 0.6.4 to 0.6.5 by @dependabot in #311
- Bump homeassistant from 2024.9.1 to 2024.9.2 by @dependabot in #313
- Bump ruff from 0.6.5 to 0.6.6 by @dependabot in #314
- Fix KeyError for
sourceTimes
sensor by @cloneofghosts in #315
Full Changelog: v1.5.8...v1.5.9
v1.5.8: DateTime Sensors
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
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
- Fix scan_interval KeyError by @cloneofghosts in #293
Full Changelog: v1.5.6...v1.5.7
v1.5.6: Fix sensor setup issue
Breaking Change
Introduced in V1.5.5 is the option to change the integration scan_interval from the configuration. If you were running a previous version of the integration you will get an integration error after updating. To fix the error configure the integration again and click OK and it will fix the issue.
Release Notes
Rapid release to fix the sensor setup issue that people have been reporting.
This is a re-release of V1.5.6 with the version number updated to 1.5.6.
What's Changed
- Bump ruff from 0.6.0 to 0.6.1 by @dependabot in #288
- Bump homeassistant from 2024.8.1 to 2024.8.2 by @dependabot in #289
Full Changelog: v1.5.5...v1.5.6
v1.5.5: Minor Updates
- Corrects a small bug about platforms re: Issue #273
- Changes sensor reported times to datetimes re: Issue #275
- Allows for updating locations via hass re: Issue #241
- Allows changing the scan_interval re: Issue #230
- Fixed an issue where Liquid/Snow/Ice accumulation weren't converted to inches if US units are selected re: issue #285
What's Changed
- Bump homeassistant from 2024.8.0 to 2024.8.1 by @dependabot in #282
- Allow lint script to format as well as check the code by @cloneofghosts in #283
- Bump ruff from 0.5.7 to 0.6.0 by @dependabot in #284
- Fix Liquid/Snow/Ice accumulation in US units by @cloneofghosts in #286
Full Changelog: v1.5.4...v1.5.5
v1.5.4: async_forward_entry_setup warning fix
Small release to fix the async_forward_entry_setup warning that was reported in #273
What's Changed
- Bump softprops/action-gh-release from 2.0.5 to 2.0.6 by @dependabot in #250
- Bump homeassistant from 2024.6.2 to 2024.6.4 by @dependabot in #251
- Bump ruff from 0.4.8 to 0.4.10 by @dependabot in #252
- Update pip requirement from <24.1,>=21.0 to >=21.0,<24.2 by @dependabot in #253
- Bump ruff from 0.4.10 to 0.5.0 by @dependabot in #254
- Bump homeassistant from 2024.6.4 to 2024.7.0 by @dependabot in #256
- Bump ruff from 0.5.0 to 0.5.1 by @dependabot in #257
- Bump homeassistant from 2024.7.0 to 2024.7.1 by @dependabot in #258
- Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in #259
- Bump homeassistant from 2024.7.1 to 2024.7.2 by @dependabot in #260
- Bump ruff from 0.5.1 to 0.5.2 by @dependabot in #262
- Bump softprops/action-gh-release from 2.0.6 to 2.0.7 by @dependabot in #263
- Bump ruff from 0.5.2 to 0.5.3 by @dependabot in #264
- Bump softprops/action-gh-release from 2.0.7 to 2.0.8 by @dependabot in #267
- Bump homeassistant from 2024.7.2 to 2024.7.3 by @dependabot in #266
- Bump ruff from 0.5.3 to 0.5.4 by @dependabot in #268
- Bump ruff from 0.5.4 to 0.5.5 by @dependabot in #269
- Update pip requirement from <24.2,>=21.0 to >=21.0,<24.3 by @dependabot in #270
- Bump homeassistant from 2024.7.3 to 2024.7.4 by @dependabot in #271
- Bump ruff from 0.5.5 to 0.5.6 by @dependabot in #274
- Bump homeassistant from 2024.7.4 to 2024.8.0 by @dependabot in #277
- Bump ruff from 0.5.6 to 0.5.7 by @dependabot in #278
- Fixed async_forward_entry_setup warning by @cloneofghosts in #280
Full Changelog: v1.5.3...v1.5.4
v1.5.3: Slovak translation and blueprint update
Small release to update the integration based on the changes made in the integration_blueprint. It also changes the data update logger debug message to remove your location.
What's Changed
- Bump ruff from 0.4.4 to 0.4.5 by @dependabot in #238
- Bump ruff from 0.4.5 to 0.4.6 by @dependabot in #239
- Bump ruff from 0.4.6 to 0.4.7 by @dependabot in #240
- Bump ruff from 0.4.7 to 0.4.8 by @dependabot in #244
- Update HomeAssistant version monthly by @cloneofghosts in #247
- Updates based on blueprint by @cloneofghosts and @alexander0042 in #248
- Add: Slovak translation by @derror in #249
New Contributors
Full Changelog: v1.5.2...v1.5.3