Merge pull request #1896 from fabaff/slacker-upgrade
Upgrade slacker to 0.9.10
This commit is contained in:
commit
448edecdd1
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ from homeassistant.components.notify import DOMAIN, BaseNotificationService
|
||||||
from homeassistant.const import CONF_API_KEY
|
from homeassistant.const import CONF_API_KEY
|
||||||
from homeassistant.helpers import validate_config
|
from homeassistant.helpers import validate_config
|
||||||
|
|
||||||
REQUIREMENTS = ['slacker==0.6.8']
|
REQUIREMENTS = ['slacker==0.9.10']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -285,7 +285,7 @@ scsgate==0.1.0
|
||||||
sendgrid>=1.6.0,<1.7.0
|
sendgrid>=1.6.0,<1.7.0
|
||||||
|
|
||||||
# homeassistant.components.notify.slack
|
# homeassistant.components.notify.slack
|
||||||
slacker==0.6.8
|
slacker==0.9.10
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
sleekxmpp==1.3.1
|
sleekxmpp==1.3.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue