diff --git a/custom_components/smartir/__init__.py b/custom_components/smartir/__init__.py index 3b049f12..a341da6e 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.15.0' +VERSION = '1.15.1' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" diff --git a/custom_components/smartir/manifest.json b/custom_components/smartir/manifest.json index 55fbaf19..81e8a26d 100644 --- a/custom_components/smartir/manifest.json +++ b/custom_components/smartir/manifest.json @@ -4,10 +4,10 @@ "documentation": "https://github.com/smartHomeHub/SmartIR", "dependencies": [], "codeowners": ["@smartHomeHub"], - "requirements": ["aiofiles==0.5.0"], + "requirements": ["aiofiles==0.6.0"], "homeassistant": "0.115.0", "updater": { - "version": "1.15.0", + "version": "1.15.1", "releaseNotes": "-- Adds adjustable delay between commands for Broadlink controller", "files": [ "__init__.py",