mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Upgrade slacker to 0.14.0 (#32698)
This commit is contained in:
parent
19be4a5d6d
commit
22415ce49a
@ -2,7 +2,7 @@
|
||||
"domain": "slack",
|
||||
"name": "Slack",
|
||||
"documentation": "https://www.home-assistant.io/integrations/slack",
|
||||
"requirements": ["slacker==0.13.0"],
|
||||
"requirements": ["slacker==0.14.0"],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
|
@ -163,7 +163,7 @@ class SlackNotificationService(BaseNotificationService):
|
||||
return open(local_path, "rb")
|
||||
_LOGGER.warning("'%s' is not secure to load data from!", local_path)
|
||||
else:
|
||||
_LOGGER.warning("Neither URL nor local path found in params!")
|
||||
_LOGGER.warning("Neither URL nor local path found in parameters!")
|
||||
|
||||
except OSError as error:
|
||||
_LOGGER.error("Can't load from URL or local path: %s", error)
|
||||
|
@ -1864,7 +1864,7 @@ sisyphus-control==2.2.1
|
||||
skybellpy==0.4.0
|
||||
|
||||
# homeassistant.components.slack
|
||||
slacker==0.13.0
|
||||
slacker==0.14.0
|
||||
|
||||
# homeassistant.components.sleepiq
|
||||
sleepyq==0.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user