diff --git a/custom_components/smartir/__init__.py b/custom_components/smartir/__init__.py index 2c95c163..a57b8d37 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.13.0' +VERSION = '1.13.1' MANIFEST_URL = ( "https://raw.githubusercontent.com/" "smartHomeHub/SmartIR/{}/" diff --git a/custom_components/smartir/manifest.json b/custom_components/smartir/manifest.json index 6c31eaf0..a3a32831 100644 --- a/custom_components/smartir/manifest.json +++ b/custom_components/smartir/manifest.json @@ -5,9 +5,9 @@ "dependencies": [], "codeowners": ["@smartHomeHub"], "requirements": ["aiofiles==0.5.0"], - "homeassistant": "0.115.0b0", + "homeassistant": "0.115.0", "updater": { - "version": "1.13.0", + "version": "1.13.1", "releaseNotes": "-- Adds support for the new Broadlink integration (Breaking change!)", "files": [ "__init__.py",