-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add (optional) wind forecast #182
Conversation
Adds an option to add wind speed and direction to the weather bar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this great contribution. Just a couple of comments.
Co-authored-by: Jonathan Keslin <decompil3d@users.noreply.github.com>
Oh, and please also add tests for this new functionality. |
Ah, sorry - I didn't see the tests. I'll have a go at adding some tests later (or perhaps tomorrow). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks -- small comment for the directions and then just waiting on tests.
I've implemented the fix, and added tests for not showing wind by default and showing wind (based on existing test data, though I've added the wind speed unit) if enabled. Are there any other tests you'd particularly like to see for this PR? |
Going to merge this and then do a fast-follow to add other locale translations and maybe adjust styling a smidge. Thanks again for your contribution. I'll try to comment here with the version to expect the change in. |
Released in 4.5.0 -- should be up in HACS shortly. |
Adds an option to add wind speed and direction to the weather bar. It's opt-in so that existing users won't see any unexpected change.