From ed65976b78265a14eb177a2009f9174927402258 Mon Sep 17 00:00:00 2001 From: quick-release <68967746+TRW-bot@users.noreply.github.com> Date: Sat, 28 May 2022 17:44:48 +0000 Subject: [PATCH] chore(release): v2.0.3 ## v2.0.3 (2022-05-28) ### Bug Fixes * full HACS validation error ([9530df9](https://github.com/TheRealWaldo/ha-optimal-humidity/commit/9530df9485b002159d5edd5504508bd90c6bc358)) --- custom_components/optimal_humidity/const.py | 2 +- custom_components/optimal_humidity/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/optimal_humidity/const.py b/custom_components/optimal_humidity/const.py index a299acd..9426e07 100644 --- a/custom_components/optimal_humidity/const.py +++ b/custom_components/optimal_humidity/const.py @@ -13,7 +13,7 @@ NAME = "Optimal Humidity" DOMAIN = "optimal_humidity" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "v2.0.2" +VERSION = "v2.0.3" ISSUE_URL = "https://github.com/TheRealWaldo/ha-optimal-humidity/issues" ATTR_DEWPOINT = "dewpoint" diff --git a/custom_components/optimal_humidity/manifest.json b/custom_components/optimal_humidity/manifest.json index a9c8707..6248957 100644 --- a/custom_components/optimal_humidity/manifest.json +++ b/custom_components/optimal_humidity/manifest.json @@ -3,7 +3,7 @@ "name": "Optimal Humidity", "documentation": "https://github.com/TheRealWaldo/ha-optimal-humidity", "issue_tracker": "https://github.com/TheRealWaldo/ha-optimal-humidity/issues", - "version": "v2.0.2", + "version": "v2.0.3", "codeowners": [ "@TheRealWaldo" ],