Releases: Pirate-Weather/pirate-weather-ha
v1.4.3: Use Precise Timezone
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
Rapid release to fix the setup issue for new users.
What's Changed
- Bump ruff from 0.2.0 to 0.2.1 by @dependabot in #190
Full Changelog: v1.4.2...v1.4.2.1
v1.4.2: Add suggested_display_precision to sensor values
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
- Bump colorlog from 6.8.0 to 6.8.2 by @dependabot in #182
- Bump ruff from 0.1.14 to 0.1.15 by @dependabot in #183
- Bump ruff from 0.1.15 to 0.2.0 by @dependabot in #184
- Add suggested_display_precision to sensor values by @cloneofghosts in #187
- Update pip requirement from <23.4,>=21.0 to >=21.0,<24.1 by @dependabot in #188
- Remove forecast option by @cloneofghosts in #189
Full Changelog: v1.4.1...v1.4.2
v1.4.1: Daily High Temperature Change
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
- Bump ruff from 0.1.13 to 0.1.14 by @dependabot in #179
- Update Log Statements to point to APIable by @cloneofghosts in #178
- Change temperatureHigh to temperatureMax by @cloneofghosts in #181
Full Changelog: v1.4...v1.4.1
v1.4: Code Quality Update
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
- Code Quality/Updates Based on Blueprint by @cloneofghosts in #175
- Bump ruff from 0.1.9 to 0.1.13 by @dependabot in #176
Full Changelog: v1.3.7...v1.4
v1.3.7: Czech Translations and Remove Deprecated Constants
Small release to fix the warning about deprecated constants people are seeing after upgrading HA to 2024.1.1
What's Changed
- Added Czech translation by @Veldik in #172
- Remove Deprecated Constants by @cloneofghosts in #173
v1.3.6: Fix Precipitation Accumulation units
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
- Bump pytest-homeassistant-custom-component from 0.13.79 to 0.13.84 by @dependabot in #164
- Miscellaneous Readme Updates by @cloneofghosts in #167
- Fix Precipitation Accumulation Units by @cloneofghosts in #168
v1.3.5: Hourly UV Index Fix
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
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
Minor additional push to the v1.3.0 release to add a time sensor for compatibility purposes,