Docstring updates (#2404)
* Fix docstring * Fix typo * Update docstrings * Update docstrings
This commit is contained in:
parent
fe0164b137
commit
3870d2e0cd
5 changed files with 12 additions and 12 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue