Commit 933433b0 authored by Vassilis Panos's avatar Vassilis Panos
Browse files

Bump to 1.12.0

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

DOMAIN = 'smartir'
VERSION = '1.11.0'
VERSION = '1.12.0'
MANIFEST_URL = (
    "https://raw.githubusercontent.com/"
    "smartHomeHub/SmartIR/{}/"
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@
  "requirements": ["aiofiles==0.5.0"],
  "homeassistant": "0.110.0b0",
  "updater": {
    "version": "1.11.0",
    "releaseNotes": "-- Adds support to climate for independent ON command",
    "version": "1.12.0",
    "releaseNotes": "-- Adds support for ESPHome",
    "files": [
      "__init__.py",
      "climate.py",