-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Add Netatmo data handler #35571
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
Merged
Merged
Add Netatmo data handler #35571
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9844e34
to
cbdfbbd
Compare
cbdfbbd
to
814f8d4
Compare
20 tasks
4e3df1b
to
7e661a1
Compare
a0ac7cd
to
ad3cb08
Compare
8905601
to
38c859d
Compare
cedbe44
to
72a2a0d
Compare
This was referenced Jul 10, 2020
5786afb
to
ac22617
Compare
bdraco
reviewed
Jul 14, 2020
bdraco
reviewed
Jul 14, 2020
bdraco
reviewed
Jul 14, 2020
bdraco
reviewed
Jul 14, 2020
bdraco
reviewed
Jul 14, 2020
bdraco
reviewed
Jul 14, 2020
bdraco
reviewed
Jul 14, 2020
bdraco
reviewed
Jul 14, 2020
bdraco
reviewed
Jul 14, 2020
bdraco
reviewed
Jul 14, 2020
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@koston.org>
733174b
to
8eecfbf
Compare
20 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking change
Proposed change
The data handling is changed to reduce the number of calls against the Netatmo API and the overall responsiveness is improved by taking advantage of webhook events if successfully established. Further it introduces the light platform to control the outdoor cameras flood light. It introduces services to set persons home/away in the Netatmo realm. The services to register and unregister the webhook with Netatmo manually is also brought back.
Type of change
Example entry for
configuration.yaml
:# Example configuration.yaml
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by 8000 running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale: