mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Upgrade slacker to 0.12.0
This commit is contained in:
parent
4d4967d0dd
commit
863edfd660
@ -17,7 +17,7 @@ from homeassistant.components.notify import (
|
|||||||
BaseNotificationService)
|
BaseNotificationService)
|
||||||
from homeassistant.const import (CONF_API_KEY, CONF_USERNAME, CONF_ICON)
|
from homeassistant.const import (CONF_API_KEY, CONF_USERNAME, CONF_ICON)
|
||||||
|
|
||||||
REQUIREMENTS = ['slacker==0.11.0']
|
REQUIREMENTS = ['slacker==0.12.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1434,7 +1434,7 @@ sisyphus-control==2.1
|
|||||||
skybellpy==0.2.0
|
skybellpy==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.notify.slack
|
# homeassistant.components.notify.slack
|
||||||
slacker==0.11.0
|
slacker==0.12.0
|
||||||
|
|
||||||
# homeassistant.components.sleepiq
|
# homeassistant.components.sleepiq
|
||||||
sleepyq==0.6
|
sleepyq==0.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user