Commit 3bf3eab2 authored by Vassilis Panos's avatar Vassilis Panos
Browse files

Update version to 1.7.1

parent 86696516
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ from homeassistant.helpers.typing import ConfigType
_LOGGER = logging.getLogger(__name__)

DOMAIN = 'smartir'
VERSION = '1.7.0'
VERSION = '1.7.1'
MANIFEST_URL = (
    "https://raw.githubusercontent.com/"
    "smartHomeHub/SmartIR/{}/"
+3 −3
Original line number Diff line number Diff line
@@ -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",
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ from homeassistant.helpers.typing import ConfigType
_LOGGER = logging.getLogger(__name__)

DOMAIN = 'smartir'
VERSION = '1.7.0'
VERSION = '1.7.1'
MANIFEST_URL = (
    "https://raw.githubusercontent.com/"
    "smartHomeHub/SmartIR/{}/"
+3 −3
Original line number Diff line number Diff line
{            
    "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",