Upgrade slacker to 0.14.0 (#32698)

This commit is contained in:
Fabian Affolter 2020-03-11 22:41:30 +01:00 committed by GitHub
parent 19be4a5d6d
commit 22415ce49a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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": []
}

View file

@ -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)