Skip to content

Commit

Permalink
fix: bump alexapy to 1.25.2
Browse files Browse the repository at this point in the history
This replaces the websocket algorithm to use hte latest A:F protocol.
closes #1409
  • Loading branch information
alandtse committed Nov 16, 2021
1 parent 684205a commit f41c8fe
Show file tree
Hide file tree
Showing 3 changed files with 911 additions and 901 deletions.
4 changes: 2 additions & 2 deletions custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"documentation": "https://github.com/custom-components/alexa_media_player/wiki",
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"dependencies": ["persistent_notification", "http"],
"codeowners": ["@keatontaylor", "@alandtse"],
"requirements": ["alexapy==1.25.1", "packaging~=20.3", "wrapt~=1.12.1"],
"codeowners": ["@alandtse", "@keatontaylor"],
"requirements": ["alexapy==1.25.2", "packaging~=20.3", "wrapt~=1.12.1"],
"iot_class": "cloud_polling"
}
Loading

0 comments on commit f41c8fe

Please sign in to comment.