diff --git a/custom_components/smartir/__init__.py b/custom_components/smartir/__init__.py
index fd46fc3d..2c95c163 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.12.0'
+VERSION = '1.13.0'
MANIFEST_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
diff --git a/custom_components/smartir/manifest.json b/custom_components/smartir/manifest.json
index a1b2d2a3..6c31eaf0 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.110.0b0",
+ "homeassistant": "0.115.0b0",
"updater": {
- "version": "1.12.0",
- "releaseNotes": "-- Adds support for ESPHome",
+ "version": "1.13.0",
+ "releaseNotes": "-- Adds support for the new Broadlink integration (Breaking change!)",
"files": [
"__init__.py",
"climate.py",
diff --git a/hacs.json b/hacs.json
index c1cdd7a7..11f8ae4a 100644
--- a/hacs.json
+++ b/hacs.json
@@ -1,5 +1,5 @@
{
"name": "SmartIR",
- "homeassistant": "0.110.0b0",
+ "homeassistant": "0.115.0b0",
"persistent_directory": "codes"
}
diff --git a/info.md b/info.md
index c0a431a5..28bc0bcc 100644
--- a/info.md
+++ b/info.md
@@ -8,4 +8,4 @@ SmartIR currently supports the following controllers:
More than 120 climate devices are currently supported out-of-the-box, mainly for the Broadlink controller, thanks to our awesome community.
Please don't forget to [**star**](https://github.com/smartHomeHub/SmartIR/) the repository if you had fun! [**"Buy Me A Coffee**"](https://www.buymeacoffee.com/vassilis) is also welcome. It will help in further development.
-[Read the documents here for detailed instructions on how to configure SmartIR.](https://github.com/smartHomeHub/SmartIR/)
\ No newline at end of file
+[Read the documents for detailed instructions on how to configure SmartIR.](https://github.com/smartHomeHub/SmartIR/)
\ No newline at end of file