Releases: Pirate-Weather/pirate-weather-ha
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,
v1.3: 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.
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
Rapid fire update this time, hopefully addressing a couple nagging issues:
- Dutch translations, thanks to @arjen75! Bedankt!
- Improvements to data update procedures re: issue #112, in addition to some more logging to track what's happening as it happens.
- 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
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
Enhancements
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.