From 13505aa1c538ef1c04a407e830463b8ada637713 Mon Sep 17 00:00:00 2001 From: Steve Herrell Date: Sat, 9 Apr 2022 12:05:43 -0400 Subject: [PATCH] Remove deprecated fan speeds. --- changelog | 2 +- custom_components/virtual/__init__.py | 2 +- custom_components/virtual/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index 40a990e..a42899f 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -0.7.5: Remove depracted fan speeds +0.7.6: Remove depracted fan speeds 0.7.4: Fix attributes issue. 0.7.3: Add percentage support to fan Allow user to set availability of the device diff --git a/custom_components/virtual/__init__.py b/custom_components/virtual/__init__.py index 20604e8..803a7e3 100644 --- a/custom_components/virtual/__init__.py +++ b/custom_components/virtual/__init__.py @@ -13,7 +13,7 @@ import voluptuous as vol -__version__ = '0.7.5' +__version__ = '0.7.6' _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/virtual/manifest.json b/custom_components/virtual/manifest.json index 07be7aa..6140cc8 100644 --- a/custom_components/virtual/manifest.json +++ b/custom_components/virtual/manifest.json @@ -5,6 +5,6 @@ "dependencies": [], "codeowners": [ "@twrecked" ], "requirements": [], - "version": "0.7.5", + "version": "0.7.6", "iot_class": "local_push" }