Upgrade slacker to 0.14.0 (#32698)
This commit is contained in:
parent
19be4a5d6d
commit
22415ce49a
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue