Skip to content

Commit 58d5c5e

Browse files
Bump version to 1.18.0
1 parent 2156189 commit 58d5c5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.13'
22+
VERSION = '1.18.0'
2323
MANIFEST_URL = (
2424
"https://raw.githubusercontent.com/"
2525
"smartHomeHub/SmartIR/{}/"

custom_components/smartir/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"codeowners": ["@smartHomeHub"],
77
"requirements": ["aiofiles>=0.6.0"],
88
"homeassistant": "2024.10.0",
9-
"version": "1.17.13",
9+
"version": "1.18.0",
1010
"updater": {
11-
"version": "1.17.13",
12-
"releaseNotes": "-- Fixes action fan.toggle not supported #1341",
11+
"version": "1.18.0",
12+
"releaseNotes": "-- Adds support for light devices",
1313
"files": [
1414
"__init__.py",
1515
"climate.py",

0 commit comments

Comments
 (0)