forked from home-assistant/core
fix typo
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
homeassistant.components.notify
|
homeassistant.components.notify
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Provides functionality to notify people.
|
Provides functionality to notify people.
|
||||||
"""
|
"""
|
||||||
@@ -73,7 +73,7 @@ def setup(hass, config):
|
|||||||
|
|
||||||
# pylint: disable=too-few-public-methods
|
# pylint: disable=too-few-public-methods
|
||||||
class BaseNotificationService(object):
|
class BaseNotificationService(object):
|
||||||
""" Provides an ABC for notifcation services. """
|
""" Provides an ABC for notification services. """
|
||||||
|
|
||||||
def send_message(self, message, **kwargs):
|
def send_message(self, message, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user