Skip to content

Commit

Permalink
4.6.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 7, 2023
1 parent 2ef2032 commit d07d46f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v4.6.3 (2023-05-07)
### Fix
* Bump alexapy to 1.26.6 ([`06ec7be`](https://github.com/custom-components/alexa_media_player/commit/06ec7be963acab33bea721180b9ae7501de74543))
* Handle missing email from config ([`358fd5c`](https://github.com/custom-components/alexa_media_player/commit/358fd5cb646267b4b2a2463e5a9cc37d84d0fcaa))
* Skip null entity_ids for notify service ([`ed0c028`](https://github.com/custom-components/alexa_media_player/commit/ed0c0281006d89450a6d785cd7e0113e39dfe404))
* Fix otp_secret grammar ([#1918](https://github.com/custom-components/alexa_media_player/issues/1918)) ([`4e1158e`](https://github.com/custom-components/alexa_media_player/commit/4e1158e4adc10cd14a7f67117d782a3edec63a66))

### Documentation
* Update localization ([`2ef2032`](https://github.com/custom-components/alexa_media_player/commit/2ef2032404ccee65a715f743946286f82e252bf4))
* Replace deprecated Text with str ([`d6e706d`](https://github.com/custom-components/alexa_media_player/commit/d6e706d81eee81d3195f5a3d29752b5471f644bf))

## v4.6.2 (2023-03-08)
### Fix
* Exclude alarm json data from database ([`18e4bcf`](https://github.com/custom-components/alexa_media_player/commit/18e4bcf49c49e77cd37519d97b0cc5ac5556ecc7))
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
PERCENTAGE,
)

__version__ = "4.6.2"
__version__ = "4.6.3"
PROJECT_URL = "https://github.com/custom-components/alexa_media_player/"
ISSUE_URL = f"{PROJECT_URL}issues"
NOTIFY_URL = f"{PROJECT_URL}wiki/Configuration%3A-Notification-Component#use-the-notifyalexa_media-service"
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 @@ -9,5 +9,5 @@
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"loggers": ["alexapy", "authcaptureproxy"],
"requirements": ["alexapy==1.26.6", "packaging>=20.3", "wrapt>=1.12.1"],
"version": "4.6.2"
"version": "4.6.3"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alexa_media_player"
version = "4.6.2"
version = "4.6.3"
description = "This is a custom component to allow control of Amazon Alexa devices in [Homeassistant](https://home-assistant.io) using the unofficial Alexa API."
authors = ["Keaton Taylor <[email protected]>","Alan D. Tse <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d07d46f

Please sign in to comment.