We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2156189 commit 58d5c5eCopy full SHA for 58d5c5e
custom_components/smartir/__init__.py
@@ -19,7 +19,7 @@
19
_LOGGER = logging.getLogger(__name__)
20
21
DOMAIN = 'smartir'
22
-VERSION = '1.17.13'
+VERSION = '1.18.0'
23
MANIFEST_URL = (
24
"https://raw.githubusercontent.com/"
25
"smartHomeHub/SmartIR/{}/"
custom_components/smartir/manifest.json
@@ -6,10 +6,10 @@
6
"codeowners": ["@smartHomeHub"],
7
"requirements": ["aiofiles>=0.6.0"],
8
"homeassistant": "2024.10.0",
9
- "version": "1.17.13",
+ "version": "1.18.0",
10
"updater": {
11
12
- "releaseNotes": "-- Fixes action fan.toggle not supported #1341",
+ "releaseNotes": "-- Adds support for light devices",
13
"files": [
14
"__init__.py",
15
"climate.py",
0 commit comments