Upgrade slacker to 0.9.18 (#2415)
parent
06efee7ecf
commit
cad995a5f4
|
@ -10,7 +10,7 @@ from homeassistant.components.notify import DOMAIN, BaseNotificationService
|
|||
from homeassistant.const import CONF_API_KEY
|
||||
from homeassistant.helpers import validate_config
|
||||
|
||||
REQUIREMENTS = ['slacker==0.9.17']
|
||||
REQUIREMENTS = ['slacker==0.9.18']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
|
@ -30,8 +30,7 @@ def get_service(hass, config):
|
|||
config[CONF_API_KEY])
|
||||
|
||||
except slacker.Error:
|
||||
_LOGGER.exception(
|
||||
"Slack authentication failed")
|
||||
_LOGGER.exception("Slack authentication failed")
|
||||
return None
|
||||
|
||||
|
||||
|
|
|
@ -366,7 +366,7 @@ scsgate==0.1.0
|
|||
sendgrid>=1.6.0,<1.7.0
|
||||
|
||||
# homeassistant.components.notify.slack
|
||||
slacker==0.9.17
|
||||
slacker==0.9.18
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
sleekxmpp==1.3.1
|
||||
|
|
Loading…
Reference in New Issue