We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9603f0f commit f195390Copy full SHA for f195390
custom_components/smartir/__init__.py
@@ -19,7 +19,7 @@
19
_LOGGER = logging.getLogger(__name__)
20
21
DOMAIN = 'smartir'
22
-VERSION = '1.13.0'
+VERSION = '1.13.1'
23
MANIFEST_URL = (
24
"https://raw.githubusercontent.com/"
25
"smartHomeHub/SmartIR/{}/"
custom_components/smartir/manifest.json
@@ -5,9 +5,9 @@
5
"dependencies": [],
6
"codeowners": ["@smartHomeHub"],
7
"requirements": ["aiofiles==0.5.0"],
8
- "homeassistant": "0.115.0b0",
+ "homeassistant": "0.115.0",
9
"updater": {
10
- "version": "1.13.0",
+ "version": "1.13.1",
11
"releaseNotes": "-- Adds support for the new Broadlink integration (Breaking change!)",
12
"files": [
13
"__init__.py",
0 commit comments