-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
added initial documentation for new component remember_the_milk #3581
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
Conversation
comments: false | ||
sharing: true | ||
footer: true | ||
logo: home-assistant.png |
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.
They have a nice logo. Let's use that to have visual representation of the RTM:
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'll ask for permissions. Let's see what happens...
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.
@fabaff
Still no feedback from Remember The Milk about the usage of the logo. Should we just merge it as it is and fix the logo later on once we have the approval?
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.
We should have no logo instead then.
sharing: true | ||
footer: true | ||
logo: home-assistant.png | ||
ha_category: Other |
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.
Wouldn't that fit in the automation category?
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 wasn't sure where to put it. "Automation" is fine for me.
footer: true | ||
logo: home-assistant.png | ||
ha_category: Other | ||
ha_release: 0.23 |
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.
At least 0.56
.
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.
OK, I was assuming this is updated automatically on merge...
ha_release: 0.23 | ||
--- | ||
|
||
The `Remember The Milk` component allows you to create tasks in [Remember The Milk](https://www.rememberthemilk.com) from Home Assistant. You can use this if you want Home Assistant to send you a task that you should not forget, e.g. water the plants. |
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.
If you use it that way, replace Remember The Milk
with remember_the_milk
because it's the component name..
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.
OK
shared_secret: <your secret shared secret goes here> | ||
|
||
``` | ||
|
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.
Please describe the configuration options.
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.
OK
|
||
The `Remember The Milk` component allows you to create tasks in [Remember The Milk](https://www.rememberthemilk.com) from Home Assistant. You can use this if you want Home Assistant to send you a task that you should not forget, e.g. water the plants. | ||
|
||
# Setup |
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.
Please make the heading linkable -> https://home-assistant.io/developers/documentation/standards/#general-documentation
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.
OK
I did not change the logo, as we have to ask for permission first.
|
||
The `Remember The Milk` (RTM) component allows you to create tasks in [remember_the_milk](https://www.rememberthemilk.com) from Home Assistant. You can use this if you want Home Assistant to send you a task that you should not forget, e.g. water the plants. The component allows you to have several RTM accounts in parallel. | ||
|
||
# Setup {% setup %} |
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.
This is invalid syntax… did you test this documentation locally?
* added initial documentation for new component remember_the_milk * updated documentation, based on comments from @fabaff. I did not change the logo, as we have to ask for permission first. * fix stuff
Description:
added initial documentation for new component remember_the_milk
Pull request in home-assistant (if applicable): home-assistant/core#9803