Skip to content

Releases: Pirate-Weather/pirate-weather-ha

v1.4.3: Use Precise Timezone

11 Feb 00:59
d5bb566
Compare
Choose a tag to compare

Small release to use the precise timezone finder to fix some daily forecasts showing yesterday as the first date.

Full Changelog: v1.4.2.1...v1.4.3

v1.4.2.1: Fix new user setup issue

07 Feb 03:46
6b7826f
Compare
Choose a tag to compare

Rapid release to fix the setup issue for new users.

What's Changed

Full Changelog: v1.4.2...v1.4.2.1

v1.4.2: Add suggested_display_precision to sensor values

06 Feb 18:17
b36f598
Compare
Choose a tag to compare

This release adds suggested_display_precision to the sensors to control the precision of decimal places shown for the sensors. The rounding option now only applies to the sensors due to the way that units get converted in HA. The numbers would be rounded first before being converted to your local units and would cause discrepancies between the weather entity and the sensors. For more information see #177

The option to change forecast modes has also been removed as it no longer does anything since the 1.3 update. When adding the default weather card there has the option to display whichever one you prefer.

What's Changed

Full Changelog: v1.4.1...v1.4.2

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,