Skip to content

Commit f195390

Browse files
committedSep 17, 2020
Updates manifest
1 parent 9603f0f commit f195390

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

‎custom_components/smartir/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"dependencies": [],
66
"codeowners": ["@smartHomeHub"],
77
"requirements": ["aiofiles==0.5.0"],
8-
"homeassistant": "0.115.0b0",
8+
"homeassistant": "0.115.0",
99
"updater": {
10-
"version": "1.13.0",
10+
"version": "1.13.1",
1111
"releaseNotes": "-- Adds support for the new Broadlink integration (Breaking change!)",
1212
"files": [
1313
"__init__.py",

0 commit comments

Comments
 (0)