Docstring updates (#2404)

* Fix docstring

* Fix typo

* Update docstrings

* Update docstrings
This commit is contained in:
Fabian Affolter 2016-07-01 21:39:30 +02:00 committed by GitHub
parent fe0164b137
commit 3870d2e0cd
5 changed files with 12 additions and 12 deletions

View file

@ -33,7 +33,7 @@ _LOGGER = logging.getLogger(__name__)
def create(hass, message, title=None, notification_id=None):
"""Turn all or specified light off."""
"""Generate a notification."""
data = {
key: value for key, value in [
(ATTR_TITLE, title),