From f6e06ce8555a4cda002059c8b5c5a79cf8374332 Mon Sep 17 00:00:00 2001 From: Vassilis Panos <4130346+vassilis-panos@users.noreply.github.com> Date: Sun, 19 Dec 2021 15:50:25 +0200 Subject: [PATCH] Bump version to 1.17.3 --- 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 1fcef073..bd27bb51 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.2' +VERSION = '1.17.3' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" diff --git a/custom_components/smartir/manifest.json b/custom_components/smartir/manifest.json index e450c040..5b6643e3 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.2", + "version": "1.17.3", "updater": { - "version": "1.17.2", - "releaseNotes": "-- Switch to extra_state_attributes #751", + "version": "1.17.3", + "releaseNotes": "-- Check temperature/humidity sensor for unavailable state #762", "files": [ "__init__.py", "climate.py",