Skip to content

Commit

Permalink
Updates the manifests for 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilis-panos committed Sep 8, 2020
1 parent 2bcf728 commit a5e8985
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/smartir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/{}/"
Expand Down
6 changes: 3 additions & 3 deletions custom_components/smartir/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "SmartIR",
"homeassistant": "0.110.0b0",
"homeassistant": "0.115.0b0",
"persistent_directory": "codes"
}
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>
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.<br>
[Read the documents here for detailed instructions on how to configure SmartIR.](https://github.com/smartHomeHub/SmartIR/)
[Read the documents for detailed instructions on how to configure SmartIR.](https://github.com/smartHomeHub/SmartIR/)

0 comments on commit a5e8985

Please sign in to comment.