Skip to content

Commit e66a934

Browse files
Bump version to 1.17.9
1 parent e49543c commit e66a934

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

custom_components/smartir/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
_LOGGER = logging.getLogger(__name__)
2020

2121
DOMAIN = 'smartir'
22-
VERSION = '1.17.8'
22+
VERSION = '1.17.9'
2323
MANIFEST_URL = (
2424
"https://raw.githubusercontent.com/"
2525
"smartHomeHub/SmartIR/{}/"

custom_components/smartir/manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"dependencies": [],
66
"codeowners": ["@smartHomeHub"],
77
"requirements": ["aiofiles>=0.6.0"],
8-
"homeassistant": "2023.6.0",
9-
"version": "1.17.8",
8+
"homeassistant": "2023.12.0",
9+
"version": "1.17.9",
1010
"updater": {
11-
"version": "1.17.8",
12-
"releaseNotes": "-- Fix self.async_update_ha_state() #1071",
11+
"version": "1.17.9",
12+
"releaseNotes": "-- Fix Fan.async_turn_on() #1170",
1313
"files": [
1414
"__init__.py",
1515
"climate.py",

hacs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "SmartIR",
3-
"homeassistant": "2023.6.0",
3+
"homeassistant": "2023.12.0",
44
"persistent_directory": "codes"
55
}

0 commit comments

Comments
 (0)