-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Updating for new mycroft notify #3253
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
added mycroft notify documentation
Adding mycroft logo
|
||
```yaml | ||
# Example configuration.yaml entry | ||
notify: |
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 incorrect, it's a component now.
Please add a file for the component and for the notify platform. Have the notify platform docs just say: please check the component info and link to it.
footer: true | ||
logo: mycroft.png | ||
ha_category: Notifications | ||
ha_release: "0.52" |
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.
It should be the next release
comments: false | ||
sharing: true | ||
footer: true | ||
logo: mycroft.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.
You did not include this logo
source/_components/mycroft.markdown
Outdated
|
||
```yaml | ||
# Example configuration.yaml entry | ||
notify: |
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 not needed as MyCroft discovers it.
added mycroft notify documentation
Description:
Pull request in home-assistant (if applicable): home-assistant/core#9173