Update docstring (quotes, links, content) (#5602)

This commit is contained in:
Fabian Affolter 2017-01-28 16:02:19 +01:00 committed by GitHub
parent 72bc8fc5bf
commit e1412a223c
9 changed files with 32 additions and 33 deletions

View file

@ -1,4 +1,9 @@
"""Discord platform for notify component."""
"""
Discord platform for notify component.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/notify.discord/
"""
import logging
import asyncio
import voluptuous as vol