From e66a9342334dd9ee0ce2518b05533d638f24d249 Mon Sep 17 00:00:00 2001 From: Vassilis Panos <4130346+vassilis-panos@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:19:29 +0200 Subject: [PATCH] Bump version to 1.17.9 --- custom_components/smartir/__init__.py | 2 +- custom_components/smartir/manifest.json | 8 ++++---- hacs.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/custom_components/smartir/__init__.py b/custom_components/smartir/__init__.py index be82a672..278b202b 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.8' +VERSION = '1.17.9' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" diff --git a/custom_components/smartir/manifest.json b/custom_components/smartir/manifest.json index 060bf33a..23c31f58 100644 --- a/custom_components/smartir/manifest.json +++ b/custom_components/smartir/manifest.json @@ -5,11 +5,11 @@ "dependencies": [], "codeowners": ["@smartHomeHub"], "requirements": ["aiofiles>=0.6.0"], - "homeassistant": "2023.6.0", - "version": "1.17.8", + "homeassistant": "2023.12.0", + "version": "1.17.9", "updater": { - "version": "1.17.8", - "releaseNotes": "-- Fix self.async_update_ha_state() #1071", + "version": "1.17.9", + "releaseNotes": "-- Fix Fan.async_turn_on() #1170", "files": [ "__init__.py", "climate.py", diff --git a/hacs.json b/hacs.json index e29892cb..33b3c2a0 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "SmartIR", - "homeassistant": "2023.6.0", + "homeassistant": "2023.12.0", "persistent_directory": "codes" }