Skip to content

Commit

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

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

## v4.5.1 (2023-01-14)
### Fix
* Set state_class for numerical sensors ([`0a0788e`](https://github.com/custom-components/alexa_media_player/commit/0a0788e94eeb7b9be35c38580cdf4be7f96ff399))
* Fix alarms, timers, and reminders ([`65ae48a`](https://github.com/custom-components/alexa_media_player/commit/65ae48a016204c7b45a3f9ae5f7018ee66dcd07c))

### Refactor
* Simplify code ([`6017a62`](https://github.com/custom-components/alexa_media_player/commit/6017a62e4965d2dc5678b37fdaf61189049906e7))

## v4.5.0 (2023-01-12)
### Feature
* Add Amazon Indoor Air Quality Monitor ([#1803](https://github.com/custom-components/alexa_media_player/issues/1803)) ([`09915ea`](https://github.com/custom-components/alexa_media_player/commit/09915eafa8b8b54e8f00b8053b582538b5d96b02))
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.5.0"
__version__ = "4.5.1"
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
@@ -1,7 +1,7 @@
{
"domain": "alexa_media",
"name": "Alexa Media Player",
"version": "4.5.0",
"version": "4.5.1",
"config_flow": true,
"documentation": "https://github.com/custom-components/alexa_media_player/wiki",
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
Expand Down
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.5.0"
version = "4.5.1"
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 94bd872

Please sign in to comment.