Skip to content

Commit

Permalink
Bump version to 1.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilis-panos committed Dec 11, 2023
1 parent e49543c commit e66a934
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/smartir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
_LOGGER = logging.getLogger(__name__)

DOMAIN = 'smartir'
VERSION = '1.17.8'
VERSION = '1.17.9'
MANIFEST_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
Expand Down
8 changes: 4 additions & 4 deletions custom_components/smartir/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependencies": [],
"codeowners": ["@smartHomeHub"],
"requirements": ["aiofiles>=0.6.0"],
"homeassistant": "2023.6.0",
"version": "1.17.8",
"homeassistant": "2023.12.0",
"version": "1.17.9",
"updater": {
"version": "1.17.8",
"releaseNotes": "-- Fix self.async_update_ha_state() #1071",
"version": "1.17.9",
"releaseNotes": "-- Fix Fan.async_turn_on() #1170",
"files": [
"__init__.py",
"climate.py",
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "SmartIR",
"homeassistant": "2023.6.0",
"homeassistant": "2023.12.0",
"persistent_directory": "codes"
}

0 comments on commit e66a934

Please sign in to comment.