Skip to content

Commit

Permalink
fix: bump alexapy to 1.4.1
Browse files Browse the repository at this point in the history
Closes #454
  • Loading branch information
alandtse committed Jan 15, 2020
1 parent 9fe40d9 commit bcd8bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"documentation": "https://github.com/custom-components/alexa_media_player/wiki",
"dependencies": [],
"codeowners": ["@keatontaylor", "@alandtse"],
"requirements": ["alexapy==1.4.0"],
"requirements": ["alexapy==1.4.1"],
"homeassistant": "0.96.0"
}
2 changes: 1 addition & 1 deletion custom_components/alexa_media/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
DEPENDENCIES = [ALEXA_DOMAIN]


@retry_async(limit=5, delay=2, catch_exceptions=False)
@retry_async(limit=5, delay=2, catch_exceptions=True)
async def async_setup_platform(hass, config, add_devices_callback, discovery_info=None):
# pylint: disable=unused-argument
"""Set up the Alexa media player platform."""
Expand Down

0 comments on commit bcd8bb5

Please sign in to comment.