From f4e87f7f3e0ed2f1b1cceda149a6797dc902cbe3 Mon Sep 17 00:00:00 2001 From: Vassilis Panos <47714957+smartHomeHub@users.noreply.github.com> Date: Wed, 24 Jul 2019 16:29:55 +0300 Subject: [PATCH] Update manifests for 1.7.0 (#191) --- custom_components/smartir/__init__.py | 2 +- custom_components/smartir/manifest.json | 4 ++-- smartir/__init__.py | 2 +- smartir/manifest.json | 4 ++-- version.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/custom_components/smartir/__init__.py b/custom_components/smartir/__init__.py index ad7b34d1..56bdc7c8 100644 --- a/custom_components/smartir/__init__.py +++ b/custom_components/smartir/__init__.py @@ -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/{}/" diff --git a/custom_components/smartir/manifest.json b/custom_components/smartir/manifest.json index 307b2931..2998eefc 100644 --- a/custom_components/smartir/manifest.json +++ b/custom_components/smartir/manifest.json @@ -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
-- Add support for Simbio AC unit
-- Add support for Mitsubishi MSZ-AP50VGKD unit", "files": [ "__init__.py", "climate.py", diff --git a/smartir/__init__.py b/smartir/__init__.py index ad7b34d1..56bdc7c8 100644 --- a/smartir/__init__.py +++ b/smartir/__init__.py @@ -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/{}/" diff --git a/smartir/manifest.json b/smartir/manifest.json index 307b2931..2998eefc 100644 --- a/smartir/manifest.json +++ b/smartir/manifest.json @@ -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
-- Add support for Simbio AC unit
-- Add support for Mitsubishi MSZ-AP50VGKD unit", "files": [ "__init__.py", "climate.py", diff --git a/version.json b/version.json index 9c192216..5c4b683b 100644 --- a/version.json +++ b/version.json @@ -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",