Skip to content

Weather units: knx to metoffice (3/4)#60830

Closed
rianadon wants to merge 12 commits intohome-assistant:devfrom
rianadon:weather-units-knx-to-metoffice
Closed

Weather units: knx to metoffice (3/4)#60830
rianadon wants to merge 12 commits intohome-assistant:devfrom
rianadon:weather-units-knx-to-metoffice

Conversation

@rianadon
Copy link
Copy Markdown
Contributor

@rianadon rianadon commented Dec 2, 2021

Proposed change

Uses the new weather conversion in the weather entity ( #59533) to convert weather values to the configured units.

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes #
  • This PR is related to issue:
  • Link to documentation pull request:

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • The code has been formatted using Black (black --fast homeassistant tests)
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
  • Untested files have been added to .coveragerc.

The integration reached or maintains the following Integration Quality Scale:

  • No score or internal
  • 🥈 Silver
  • 🥇 Gold
  • 🏆 Platinum

To help with the load of incoming pull requests:

@probot-home-assistant
Copy link
Copy Markdown

Hey there @Julius2342, @farmio, @marvin-w, mind taking a look at this pull request as it has been labeled with an integration (knx) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

@probot-home-assistant
Copy link
Copy Markdown

Hey there @DylanGore, mind taking a look at this pull request as it has been labeled with an integration (met_eireann) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

@probot-home-assistant
Copy link
Copy Markdown

Hey there @MrHarcombe, mind taking a look at this pull request as it has been labeled with an integration (metoffice) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

@probot-home-assistant
Copy link
Copy Markdown

Hey there @Danielhiversen, @thimic, mind taking a look at this pull request as it has been labeled with an integration (met) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

@probot-home-assistant
Copy link
Copy Markdown

Hey there @hacf-fr, @oncleben31, @Quentame, mind taking a look at this pull request as it has been labeled with an integration (meteo_france) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

@probot-home-assistant
Copy link
Copy Markdown

Hey there @adrianmo, mind taking a look at this pull request as it has been labeled with an integration (meteoclimatic) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

Copy link
Copy Markdown
Contributor

@marvin-w marvin-w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KNX looks good, just a minor cosmetic change!

Copy link
Copy Markdown
Contributor

@adrianmo adrianmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good on the Meteoclimatic side - thanks for the update @rianadon !

Copy link
Copy Markdown
Contributor

@oncleben31 oncleben31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems OK for meteo_france. Thank you.

@marvin-w
Copy link
Copy Markdown
Contributor

marvin-w commented Dec 5, 2021

@rianadon Please rebase again and fix the conflicts

Copy link
Copy Markdown
Member

@Quentame Quentame left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGFM for meteo_france

@MrHarcombe
Copy link
Copy Markdown
Contributor

Hey there @MrHarcombe, mind taking a look at this pull request as it has been labeled with an integration (metoffice) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

Slight problem, being the UK MetOffice is that the units given aren't correct. According to the API reference, for starters, the wind speed is given in miles per hour, not kilometers per hour. Sorry.

Copy link
Copy Markdown
Contributor

@avee87 avee87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah MetOffice returns mph for wind speed. Unfortunately, it means that you will need to update tests which will have different values for wind speed because tests run with metric system.

@rianadon
Copy link
Copy Markdown
Contributor Author

Thank you all for the corrections! I hope I got the units right this time.

Copy link
Copy Markdown
Contributor

@avee87 avee87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MetOffice looks good but please check my comment in code

Copy link
Copy Markdown
Contributor

@marvin-w marvin-w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KNX looks good now, thanks!

@frenck frenck force-pushed the weather-units-knx-to-metoffice branch from 51fa9c5 to f0def5a Compare January 7, 2022 16:06
@frenck
Copy link
Copy Markdown
Member

frenck commented Jan 7, 2022

Rebased to deal with the merge conflict.

@frenck
Copy link
Copy Markdown
Member

frenck commented Jan 10, 2022

This is a massive breaking change.

Also:

@github-actions
Copy link
Copy Markdown

There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days.
Thank you for your contributions.

@github-actions github-actions bot added the stale label Apr 10, 2022
@github-actions github-actions bot closed this Apr 18, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.