From 48d7f1ff3865aeddb5bcb493177df7e868193b7d Mon Sep 17 00:00:00 2001 From: Vassilis Panos <4130346+vassilis-panos@users.noreply.github.com> Date: Sun, 11 Jun 2023 19:06:16 +0300 Subject: [PATCH] Fixes #1025 --- custom_components/smartir/__init__.py | 2 +- custom_components/smartir/manifest.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/smartir/__init__.py b/custom_components/smartir/__init__.py index b4a04957..e9bff4e8 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.6' +VERSION = '1.17.7' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" diff --git a/custom_components/smartir/manifest.json b/custom_components/smartir/manifest.json index 60e6dadc..0cf28721 100644 --- a/custom_components/smartir/manifest.json +++ b/custom_components/smartir/manifest.json @@ -4,12 +4,12 @@ "documentation": "https://github.com/smartHomeHub/SmartIR", "dependencies": [], "codeowners": ["@smartHomeHub"], - "requirements": ["aiofiles==0.6.0"], + "requirements": ["aiofiles>=0.6.0"], "homeassistant": "2022.4.0", - "version": "1.17.6", + "version": "1.17.7", "updater": { - "version": "1.17.6", - "releaseNotes": "-- Removes legacy imports to the fan component", + "version": "1.17.7", + "releaseNotes": "-- Fixes #1025", "files": [ "__init__.py", "climate.py",