Skip to content

Commit

Permalink
Update manifests for 1.7.0 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vassilis Panos authored Jul 24, 2019
1 parent 5477d83 commit f4e87f7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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.2'
VERSION = '1.7.0'
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.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",
"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",
"files": [
"__init__.py",
"climate.py",
Expand Down
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.6.2'
VERSION = '1.7.0'
MANIFEST_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
Expand Down
4 changes: 2 additions & 2 deletions 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.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",
"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",
"files": [
"__init__.py",
"climate.py",
Expand Down
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.2",
"version": "1.7.0",
"minHAVersion": "0.96.0b1",
"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.",
"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.",
"files": [
"__init__.py",
"climate.py",
Expand Down

0 comments on commit f4e87f7

Please sign in to comment.