Skip to content

Commit

Permalink
Merge pull request #2047 from alandtse/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Sep 30, 2023
2 parents 41627df + adbbf91 commit f23fc18
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 84 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Validate](https://github.com/custom-components/alexa_media_player/workflows/Validate/badge.svg)
[![Validate](https://github.com/custom-components/alexa_media_player/actions/workflows/validate.yaml/badge.svg)](https://github.com/custom-components/alexa_media_player/actions/workflows/validate.yaml)
![semantic_release](https://github.com/custom-components/alexa_media_player/workflows/semantic_release/badge.svg)
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/hacs/integration)
![GitHub all releases](https://img.shields.io/github/downloads/custom-components/alexa_media_player/total)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,8 @@ async def http2_close_handler():
This should attempt to reconnect up to 5 times
"""

email: str = login_obj.email
hass.data[DATA_ALEXAMEDIA]["accounts"][email]["http2"] = None
if login_obj.close_requested:
_LOGGER.debug(
"%s: Close requested; will not reconnect http2", hide_email(email)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"loggers": ["alexapy", "authcaptureproxy"],
"requirements": ["alexapy==1.27.2", "packaging>=20.3", "wrapt>=1.12.1"],
"requirements": ["alexapy==1.27.3", "packaging>=20.3", "wrapt>=1.12.1"],
"version": "4.6.5"
}
Loading

0 comments on commit f23fc18

Please sign in to comment.