Skip to content

Releases: Pirate-Weather/pirate-weather-ha

v1.4.5.1: FIx Wind Gust Speed Units

16 Mar 01:22
0fd3cbf
Compare
Choose a tag to compare

Small release to fix the issue where the wind gust speed was not using the system units.

What's Changed

Full Changelog: v1.4.5...v1.4.5.1

v1.4.5: Wind Gust Forecast

11 Mar 22:18
8f9ea57
Compare
Choose a tag to compare

This release adds support for wind gusts in the forecasts and current conditions. Cloud cover has also been added to the current conditions as it was forecast only before.

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4: Rounding Fix

16 Feb 01:15
d8dd522
Compare
Choose a tag to compare

This release adds back rounding to the sensors which fixes the issue of the sensors having too many decimal places if using a non-metric units system.

What's Changed

Full Changelog: v1.4.3...v1.4.4

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