Skip to content

Commit

Permalink
Merge pull request #179 from smartHomeHub/rc
Browse files Browse the repository at this point in the history
1.6.2
  • Loading branch information
Vassilis Panos authored Jul 17, 2019
2 parents ed7094f + 0cc7889 commit 656e404
Show file tree
Hide file tree
Showing 8 changed files with 1,411 additions and 5 deletions.
335 changes: 335 additions & 0 deletions codes/climate/1286.json

Large diffs are not rendered by default.

397 changes: 397 additions & 0 deletions codes/climate/1761.json

Large diffs are not rendered by default.

339 changes: 339 additions & 0 deletions codes/climate/1820.json

Large diffs are not rendered by default.

323 changes: 323 additions & 0 deletions codes/climate/1840.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion custom_components/smartir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_LOGGER = logging.getLogger(__name__)

DOMAIN = 'smartir'
VERSION = '1.6.1'
VERSION = '1.6.2'
MANIFEST_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/smartir/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"requirements": [],
"homeassistant": "0.96.0b1",
"updater": {
"version": "1.6.1",
"releaseNotes": "* Fix the built-in updater",
"version": "1.6.2",
"releaseNotes": "* Add support for Fujitsu AR-JE5 remote control * Add support for Hualing KFR-45GW/JNV, KFR-45G/JNV AC units * Add support for Daitsu DS-9KIDT AC unit * Add support for Riello WSI XN, RAR-3U4 AC units",
"files": [
"__init__.py",
"climate.py",
Expand Down
12 changes: 12 additions & 0 deletions docs/CLIMATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Below are the code files created by the people in the community. Before you star
[1283](../codes/climate/1283.json)|AR-AB5 (Remote control)|Broadlink
[1284](../codes/climate/1284.json)|AR-REG1U (Remote control)|Broadlink
[1285](../codes/climate/1285.json)|AR-RCE1E (Remote control)|Broadlink
[1286](../codes/climate/1286.json)|AR-JE5 (Remote control)|Broadlink
#### Sharp
| Code | Supported Models | Controller |
Expand Down Expand Up @@ -292,6 +293,7 @@ Below are the code files created by the people in the community. Before you star
| Code | Supported Models | Controller |
| ------------- | -------------------------- | ------------- |
[1760](../codes/climate/1760.json)|DS12U-RV (or any using R51M/E remote)|Broadlink
[1761](../codes/climate/1761.json)|DS-9KIDT|Broadlink
#### Trotec
| Code | Supported Models | Controller |
Expand All @@ -302,3 +304,13 @@ Below are the code files created by the people in the community. Before you star
| Code | Supported Models | Controller |
| ------------- | -------------------------- | ------------- |
[1800](../codes/climate/1800.json)|YKR-K/002E (Remote)|Broadlink
#### Riello
| Code | Supported Models | Controller |
| ------------- | -------------------------- | ------------- |
[1820](../codes/climate/1820.json)|WSI XN<br>RAR-3U4|Broadlink
#### Hualing
| Code | Supported Models | Controller |
| ------------- | -------------------------- | ------------- |
[1840](../codes/climate/1840.json)|KFR-45GW/JNV<br>KFR-45G/JNV|Broadlink
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.6.1",
"version": "1.6.2",
"minHAVersion": "0.96.0b1",
"releaseNotes": "A new version (1.6.1) is available that is compatible with your system. Call the ``smartir.update_component`` service to update the component.",
"releaseNotes": "A new version (1.6.2) is available that is compatible with your system. Call the ``smartir.update_component`` service to update the component.",
"files": [
"__init__.py",
"climate.py",
Expand Down

0 comments on commit 656e404

Please sign in to comment.