Skip to content

Commit

Permalink
fix: fix generation of deviceid for oauth signin
Browse files Browse the repository at this point in the history
Incorrect device id could result in strange login failures unrelated to
submitted data.
closes #1075
  • Loading branch information
alandtse committed Jan 2, 2021
1 parent 4574e00 commit 1e3a362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Expand Up @@ -6,5 +6,5 @@
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"dependencies": ["persistent_notification"],
"codeowners": ["@keatontaylor", "@alandtse"],
"requirements": ["alexapy==1.20.1", "packaging~=20.3", "wrapt~=1.12.1"]
"requirements": ["alexapy==1.20.3", "packaging~=20.3", "wrapt~=1.12.1"]
}

0 comments on commit 1e3a362

Please sign in to comment.