Skip to content

Commit

Permalink
1.7.1 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vassilis Panos authored Aug 4, 2019
1 parent bac433f commit 404856b
Show file tree
Hide file tree
Showing 10 changed files with 1,268 additions and 27 deletions.
217 changes: 215 additions & 2 deletions codes/climate/1200.json

Large diffs are not rendered by default.

357 changes: 357 additions & 0 deletions codes/climate/1382.json

Large diffs are not rendered by default.

290 changes: 290 additions & 0 deletions codes/climate/1383.json

Large diffs are not rendered by default.

33 changes: 17 additions & 16 deletions codes/climate/1740.json

Large diffs are not rendered by default.

377 changes: 377 additions & 0 deletions codes/climate/3180.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.7.0'
VERSION = '1.7.1'
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": [],
"homeassistant": "0.96.0b1",
"homeassistant": "0.96.0",
"updater": {
"version": "1.7.0",
"releaseNotes": "-- Add config option to override source names in media_player platform<br> -- Add support for Simbio AC unit<br> -- Add support for Mitsubishi MSZ-AP50VGKD unit",
"version": "1.7.1",
"releaseNotes": "-- Add support for Midea KFR-35G/DY-IA(R3)<br> -- Add support for GREE YB0FB2 (Remote) (Xiaomi Controller)<br> -- Fix errors in Kelvinator KSV25HRG (1740)<br> -- Add support for new Midea AC unit (1382)<br> -- Extended commands for Tosot AC unit (1200)",
"files": [
"__init__.py",
"climate.py",
Expand Down
5 changes: 4 additions & 1 deletion docs/CLIMATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Below are the code files created by the people in the community. Before you star
| ------------- | -------------------------- | ------------- |
[1180](../codes/climate/1180.json)|Unknown model|Broadlink
[1181](../codes/climate/1181.json)|Unknown model|Broadlink
[3180](../codes/climate/3180.json)|YB0FB2 (Remote)|Xiaomi
#### Tosot
| Code | Supported Models | Controller |
Expand Down Expand Up @@ -193,6 +194,8 @@ Below are the code files created by the people in the community. Before you star
| ------------- | -------------------------- | ------------- |
[1380](../codes/climate/1380.json)|Unknown model|Broadlink
[1381](../codes/climate/1381.json)|Unknown model|Broadlink
[1382](../codes/climate/1382.json)|Unknown model|Broadlink
[1383](../codes/climate/1383.json)|KFR-35G|Broadlink
[3380](../codes/climate/3380.json)|MCD-24HRN1-Q1|Xiaomi
#### Samsung
Expand Down Expand Up @@ -319,4 +322,4 @@ Below are the code files created by the people in the community. Before you star
#### Simbio
| Code | Supported Models | Controller |
| ------------- | -------------------------- | ------------- |
[1860](../codes/climate/1860.json)|Unknown|Broadlink
[1860](../codes/climate/1860.json)|Unknown|Broadlink
2 changes: 1 addition & 1 deletion 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.7.0'
VERSION = '1.7.1'
MANIFEST_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.7.0",
"minHAVersion": "0.96.0b1",
"releaseNotes": "A new version (1.7.0) is available that is compatible with your system. Call the ``smartir.update_component`` service to update the component.",
"version": "1.7.1",
"minHAVersion": "0.96.0",
"releaseNotes": "A new version (1.7.1) 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 404856b

Please sign in to comment.