pull/126/head
Fabian Affolter 2015-05-13 08:14:00 +02:00
parent 52f5c45ca8
commit 1776430f6b
1 changed files with 2 additions and 2 deletions

View File

@ -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):
""" """