Add help section
This commit is contained in:
parent
4e994160ab
commit
60f8d3c298
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ Stay tuned for more details.
|
||||||
- [switch][command-line-switch] and the [cover][command-line-cover] `command_line` platforms
|
- [switch][command-line-switch] and the [cover][command-line-cover] `command_line` platforms
|
||||||
- Custom components extending `BaseNotificationService` need to be aware that `kwargs.get(ATTR_TITLE)` will now return `None` if a title has not been set, and will need to specify `kwargs.get(ATTR_TITLE, ATTR_TITLE_DEFAULT)` if they always require a title.
|
- Custom components extending `BaseNotificationService` need to be aware that `kwargs.get(ATTR_TITLE)` will now return `None` if a title has not been set, and will need to specify `kwargs.get(ATTR_TITLE, ATTR_TITLE_DEFAULT)` if they always require a title.
|
||||||
|
|
||||||
|
### {% linkable_title If you need help... %}
|
||||||
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant).
|
||||||
|
|
||||||
|
|
||||||
[@Ardetus]: https://github.com/Ardetus
|
[@Ardetus]: https://github.com/Ardetus
|
||||||
[@arsaboo]: https://github.com/arsaboo
|
[@arsaboo]: https://github.com/arsaboo
|
||||||
[@auchter]: https://github.com/auchter
|
[@auchter]: https://github.com/auchter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue