Commit f6e06ce8 authored by Vassilis Panos's avatar Vassilis Panos
Browse files

Bump version to 1.17.3

parent 01e75c71
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.17.2'
VERSION = '1.17.3'
MANIFEST_URL = (
    "https://raw.githubusercontent.com/"
    "smartHomeHub/SmartIR/{}/"
+3 −3
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
  "codeowners": ["@smartHomeHub"],
  "requirements": ["aiofiles==0.6.0"],
  "homeassistant": "0.115.0",
  "version": "1.17.2",
  "version": "1.17.3",
  "updater": {
    "version": "1.17.2",
    "releaseNotes": "-- Switch to extra_state_attributes #751",
    "version": "1.17.3",
    "releaseNotes": "-- Check temperature/humidity sensor for unavailable state #762",
    "files": [
      "__init__.py",
      "climate.py",