-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Update netatmo.markdown #11770
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
Update netatmo.markdown #11770
Conversation
Remove documentation about (temporarily) removed features and configuration options.
Remove documentation about (temporarily) removed features and configuration options.
description: The `client id` from your Netatmo app. | ||
required: true | ||
type: string | ||
secret_key: | ||
client_secret: | ||
description: The `client secret` from your Netatmo app. | ||
required: true | ||
type: integer |
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.
I know I'm late to the party, but I'm pretty confused from the docs.
How can this ever be an integer? It's always be a string
. It's even a string in the provided screenshot?
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.
@rugaard well spotted. Thanks. Do you mind fixing it and opening a PR?
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.
Done #12009 👍
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.
Great. Thanks!
Description:
Remove documentation about (temporarily) removed features and configuration options.
Pull request in home-assistant (if applicable): home-assistant/core#29851
Checklist:
next
is for changes and new documentation that will go public with the next Home Assistant release. Fixes, changes and adjustments for the current release should be created againstcurrent
.