Skip to content

Releases: Pirate-Weather/pirate-weather-ha

v1.4.1: Daily High Temperature Change

25 Jan 19:55
bfd385f
Compare
Choose a tag to compare

This release changes the daily high temperature reported by the weather card to use temperatureMax instead of temperatureHigh.

temperatureMax doesn't have the same issue as temperatureHigh where after approximately 6pm it shows the high temperature for the week instead of the current day. The temperatureHigh bug is an issue with the API which will be fixed when V2 of the API is launched this winter.

While the daily high temperatures should be similar after this change there could be cases where the two attributes show different data.

What's Changed

Full Changelog: v1.4...v1.4.1

v1.4: Code Quality Update

16 Jan 16:09
b8c20ec
Compare
Choose a tag to compare

This release adds in the updates made to the integration_blueprint and adds in Ruff to ensure code quality going forwards. The code has been cleaned up in this update and the integration should continue to run without issues.

What's Changed

Full Changelog: v1.3.7...v1.4

v1.3.7: Czech Translations and Remove Deprecated Constants

10 Jan 16:53
885b667
Compare
Choose a tag to compare

Small release to fix the warning about deprecated constants people are seeing after upgrading HA to 2024.1.1

What's Changed

v1.3.6: Fix Precipitation Accumulation units

07 Jan 20:10
f96f86d
Compare
Choose a tag to compare

This release fixes the conversion from mm to cm. Previously it was converting by a factor of 100 instead of 10 and fixes the conversion of Daily Precipitation Accumulation from mm to inches per #166 after the change to convert it from cm to mm in #122

What's Changed

v1.3.5: Hourly UV Index Fix

05 Dec 15:14
cf16596
Compare
Choose a tag to compare

Small release to fix an issue where the UV Index was multiplied by 100 in the hourly forecast.

Full Changelog

  • Stop multiplying UV index in hourly forecast by 100 by @rnorth in #156
  • Bump pytest-homeassistant-custom-component from 0.3.0 to 0.13.79 by @dependabot in #154

v1.3.4: Forecast Attribute Compatible

28 Nov 01:57
8d522b3
Compare
Choose a tag to compare

Single issue release that makes a pretty major change to the integration in order to fix compatibility with Home Assistant. It changes the result from an entity to a service, which has a number of possible improvements, but also could result in some templates being broken. If you are using a custom weather card it may not be compatible with these changes and may show missing data.

This is the stable release of v1.3. Thank you to anyone who tested the pre-release version and reported bugs.

Additional Time Sensor

14 Nov 21:15
Compare
Choose a tag to compare
Pre-release

Minor additional push to the v1.3.0 release to add a time sensor for compatibility purposes,

v1.3: Forecast Attribute Compatible

14 Nov 17:07
Compare
Choose a tag to compare
Pre-release

Single issue release that makes a pretty major change to the integration in order to fix compatibility with Home Assistant. It changes the result from an entity to a service, which has a number of possible improvements, but also could result in some templates being broken.

Accordingly, this is tagged as a pre-release so I can get some feedback on how the new structure is working before it goes live to everyone. Please file an issue if you run into any problems, and thank you again to everyone who uses this integration!

V1.2.3: Even more variables, Dutch translations, and more reliable updating

15 Jul 01:18
Compare
Choose a tag to compare

Rapid fire update this time, hopefully addressing a couple nagging issues:

  1. Dutch translations, thanks to @arjen75! Bedankt!
  2. Improvements to data update procedures re: issue #112, in addition to some more logging to track what's happening as it happens.
  3. Handful of new parameters in the hourly forecast re: issue #116.

Eagle eyed followers may have noticed a briefly released V1.2.2, credit to @vrnagy for noticing some missing constants and submitting a PR to resolve it!

As always, thank you to everyone who supports this project, and let me know if you run into any issues.

Alexander

V1.2.1: More variables, longer timeframe, and fixed units

05 Jul 15:27
Compare
Choose a tag to compare

Medium update with some fun new enhancements and important bug fixes. Most notably, this release fixes the issue with precipitation accumulation units introduced in a recent HA update by defining the correct value in this integration. As always, thank you to everyone who filed issues and helped me troubleshoot and improve this integration!

Fixes

  • #122 (Precipitation units)
  • #115 (Weather entity rounding)

Enhancements

  • #117 (Hourly forecasts out to 168 hours!)
  • #116 (New weather forecast parameters)

New sign-up portal

I recently launched an major improvement to the sign-up portal, accessible at https://pirate-weather.apiable.io. The new portal makes it easy to sign up for a paid plan, which helps support this project and keep the free tier running, as well as allowing for more frequent API calls!

Thank you to everyone for using this service, and feel free to reach out to me at api@alexanderrey.ca with any questions, comments, or ideas.