From 32210d38a48f0d57d179527075dfca834c5a7649 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 24 Apr 2021 05:29:15 +0000 Subject: [PATCH] 3.9.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ custom_components/alexa_media/const.py | 2 +- custom_components/alexa_media/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f92d10..9789024e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v3.9.0 (2021-04-24) +### Feature +* Add lights and the temperature sensors ([#1244](https://github.com/custom-components/alexa_media_player/issues/1244)) ([`26b4b51`](https://github.com/custom-components/alexa_media_player/commit/26b4b51b26899636b2b3ae8ac2f58b1fc2e6b433)) + +### Fix +* Detect and ignore lights created by emulated_hue ([#1253](https://github.com/custom-components/alexa_media_player/issues/1253)) ([`4cef90e`](https://github.com/custom-components/alexa_media_player/commit/4cef90ef73c1adcdf8e870654abc25cb2e0326e0)) +* Auto reload when extended entity discovery is enabled ([#1254](https://github.com/custom-components/alexa_media_player/issues/1254)) ([`8a8f8ee`](https://github.com/custom-components/alexa_media_player/commit/8a8f8ee0e54fd4d09e3f7fc4ab2e114bbee9e2f0)) +* TypeError: _typeddict_new() missing typename ([`b89852d`](https://github.com/custom-components/alexa_media_player/commit/b89852d2e50bb9c04dc5d7a70721c7073f647b3b)) +* Check for existence of properties key ([`211015f`](https://github.com/custom-components/alexa_media_player/commit/211015fc16731ac496f0b4365499cf2b77928c22)) + ## v3.8.6 (2021-04-12) ### Fix * Check for hass existence and fallback call ([`f2d8362`](https://github.com/custom-components/alexa_media_player/commit/f2d83625dd90c8d431ce0169714275c6d2cee836)) diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index bcbc9075..f54c994e 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -8,7 +8,7 @@ """ from datetime import timedelta -__version__ = "3.8.6" +__version__ = "3.9.0" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = f"{PROJECT_URL}issues" diff --git a/custom_components/alexa_media/manifest.json b/custom_components/alexa_media/manifest.json index 6022d542..6e61c939 100644 --- a/custom_components/alexa_media/manifest.json +++ b/custom_components/alexa_media/manifest.json @@ -1,7 +1,7 @@ { "domain": "alexa_media", "name": "Alexa Media Player", - "version": "3.8.6", + "version": "3.9.0", "config_flow": true, "documentation": "https://github.com/custom-components/alexa_media_player/wiki", "issue_tracker": "https://github.com/custom-components/alexa_media_player/issues", diff --git a/pyproject.toml b/pyproject.toml index a988c80f..dedb0ba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alexa_media_player" -version = "3.8.6" +version = "3.9.0" 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 ","Alan D. Tse "] license = "Apache-2.0"