-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Document notify.webostv icon configuration #2188
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
@andersonshatch, thanks for your PR! By analyzing the history of the files in this pull request, we identified @TheRealLink, @balloob and @fabaff to be potential reviewers. |
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.
Looks good with some feedback.
@@ -33,6 +33,7 @@ Configuration variables: | |||
- **host** (*Required*): The IP of the LG WebOS Smart TV, e.g. 192.168.0.10 | |||
- **name** (*Required*): The name you would like to give to the LG WebOS Smart TV. | |||
- **filename** (*Optional*): The filename where the pairing key with the TV should be stored. This path is relative to Home Assistant's config directory. It defaults to `webostv.conf`. | |||
- **icon** (*Optional*): The path to an image file to use as the icon in notifications -- if provided, this image will override the Home Assistant logo. |
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.
Suggest you remove the double dashes and make it two separate sentences.
|
||
The icon can be overridden for individual notifications by providing a path to an alternative icon image to use: | ||
|
||
```yaml |
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.
Since it's fairly common for folks to copy the examples I think you should make it a full automation example as the one above.
Thanks for the review @Landrash -- I've addressed both of your suggestions now. |
This is pointed at current and not at next. Should be merged after we release 0.40 |
Description:
Add configuration for notify.webostv icons
Pull request in home-assistant: home-assistant/core#6380