Skip to content
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

Fix missing Netatmo sensors #28899

Merged
merged 8 commits into from Nov 21, 2019
Merged

Conversation

cgtobi
Copy link
Contributor

@cgtobi cgtobi commented Nov 20, 2019

Breaking Change:

Description:

This fixes an issue with missing stations/modules/sensors. The sensor name is updated to include the full station and module name.

Related issue (if applicable): hopefully fixes #28677 and fixes #28918 as well

Pull request with documentation for home-assistant.io (if applicable): home-assistant/home-assistant.io#<home-assistant.io PR number goes here>

Example entry for configuration.yaml (if applicable):

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist

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. Update and include derived files by running python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt by running python3 -m script.gen_requirements_all.
  • Untested files have been added to .coveragerc.

If the code does not interact with devices:

  • Tests have been added to verify that the new code works.

@project-bot project-bot bot added this to Needs review in Dev Nov 20, 2019
@probot-home-assistant probot-home-assistant bot added the small-pr PRs with less than 30 lines. label Nov 20, 2019
@cgtobi cgtobi added dependency waiting-for-upstream We're waiting for a change upstream labels Nov 20, 2019
@cgtobi cgtobi moved this from Needs review to Incoming in Dev Nov 20, 2019
@cgtobi cgtobi changed the title Fix missing sensors Fix missing Netatmo sensors Nov 20, 2019
@cgtobi cgtobi marked this pull request as ready for review November 20, 2019 21:25
@cgtobi cgtobi removed the waiting-for-upstream We're waiting for a change upstream label Nov 20, 2019
@cgtobi cgtobi closed this Nov 20, 2019
Dev automation moved this from Incoming to Cancelled Nov 20, 2019
@cgtobi cgtobi reopened this Nov 20, 2019
Dev automation moved this from Cancelled to Incoming Nov 20, 2019
@cgtobi cgtobi moved this from Incoming to Needs review in Dev Nov 20, 2019
@cgtobi cgtobi added this to the 0.102.1 milestone Nov 21, 2019
@tubalainen
Copy link
Contributor

Have tested the PR and can confirm that it works! Thanks for the hard work! <3

Dev automation moved this from Needs review to Reviewer approved Nov 21, 2019
@pvizeli pvizeli merged commit 86e581b into home-assistant:dev Nov 21, 2019
Dev automation moved this from Reviewer approved to Done Nov 21, 2019
balloob pushed a commit that referenced this pull request Nov 21, 2019
* Update pyatmo to 3.0.1

* Improve sensor name

* Fix missing sensors

* Update pyatmo module

* Update pyatmo to 3.1.0

* Update requirements

* Fix method call
@balloob balloob mentioned this pull request Nov 21, 2019
@lock lock bot locked and limited conversation to collaborators Nov 22, 2019
@cgtobi cgtobi deleted the fix_missing_sensors branch August 25, 2020 05:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.