From 439bbd2f9b83db4f7604636a027c38922738eae5 Mon Sep 17 00:00:00 2001 From: Vassilis Panos <4130346+vassilis-panos@users.noreply.github.com> Date: Sun, 19 Dec 2021 17:54:32 +0200 Subject: [PATCH] Bump version to 1.17.4 --- custom_components/smartir/__init__.py | 2 +- custom_components/smartir/manifest.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/smartir/__init__.py b/custom_components/smartir/__init__.py index bd27bb51..110955fd 100644 --- a/custom_components/smartir/__init__.py +++ b/custom_components/smartir/__init__.py @@ -19,7 +19,7 @@ _LOGGER = logging.getLogger(__name__) DOMAIN = 'smartir' -VERSION = '1.17.3' +VERSION = '1.17.4' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" diff --git a/custom_components/smartir/manifest.json b/custom_components/smartir/manifest.json index 5b6643e3..5536795d 100644 --- a/custom_components/smartir/manifest.json +++ b/custom_components/smartir/manifest.json @@ -6,10 +6,10 @@ "codeowners": ["@smartHomeHub"], "requirements": ["aiofiles==0.6.0"], "homeassistant": "0.115.0", - "version": "1.17.3", + "version": "1.17.4", "updater": { - "version": "1.17.3", - "releaseNotes": "-- Check temperature/humidity sensor for unavailable state #762", + "version": "1.17.4", + "releaseNotes": "-- Fixed typo #764", "files": [ "__init__.py", "climate.py",