mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade slacker to 0.14.0 (#32698)
This commit is contained in:
parent
19be4a5d6d
commit
22415ce49a
@ -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": []
|
||||||
}
|
}
|
||||||
|
@ -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)
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user