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", "domain": "slack",
"name": "Slack", "name": "Slack",
"documentation": "https://www.home-assistant.io/integrations/slack", "documentation": "https://www.home-assistant.io/integrations/slack",
"requirements": ["slacker==0.13.0"], "requirements": ["slacker==0.14.0"],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": []
} }

View File

@ -163,7 +163,7 @@ class SlackNotificationService(BaseNotificationService):
return open(local_path, "rb") return open(local_path, "rb")
_LOGGER.warning("'%s' is not secure to load data from!", local_path) _LOGGER.warning("'%s' is not secure to load data from!", local_path)
else: 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: except OSError as error:
_LOGGER.error("Can't load from URL or local path: %s", error) _LOGGER.error("Can't load from URL or local path: %s", error)

View File

@ -1864,7 +1864,7 @@ sisyphus-control==2.2.1
skybellpy==0.4.0 skybellpy==0.4.0
# homeassistant.components.slack # homeassistant.components.slack
slacker==0.13.0 slacker==0.14.0
# homeassistant.components.sleepiq # homeassistant.components.sleepiq
sleepyq==0.7 sleepyq==0.7