diff --git a/custom_components/smartir/__init__.py b/custom_components/smartir/__init__.py index 57bc8457..aae4de21 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.9.0' +VERSION = '1.10.0' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" diff --git a/custom_components/smartir/manifest.json b/custom_components/smartir/manifest.json index 7208b169..ebebcc84 100644 --- a/custom_components/smartir/manifest.json +++ b/custom_components/smartir/manifest.json @@ -5,10 +5,10 @@ "dependencies": [], "codeowners": ["@smartHomeHub"], "requirements": ["aiofiles==0.5.0"], - "homeassistant": "0.96.0", + "homeassistant": "0.110.0", "updater": { - "version": "1.9.0", - "releaseNotes": "-- Adds support for oscillate in fans", + "version": "1.10.0", + "releaseNotes": "-- Fixes deprecation warnings", "files": [ "__init__.py", "climate.py",