Skip to content

Commit

Permalink
Add version key to manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilis-panos committed Feb 10, 2021
1 parent 8ff8c26 commit cbf03da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/smartir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
_LOGGER = logging.getLogger(__name__)

DOMAIN = 'smartir'
VERSION = '1.16.0'
VERSION = '1.16.1'
MANIFEST_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
Expand Down
5 changes: 3 additions & 2 deletions custom_components/smartir/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"codeowners": ["@smartHomeHub"],
"requirements": ["aiofiles==0.6.0"],
"homeassistant": "0.115.0",
"version": "1.16.1",
"updater": {
"version": "1.16.0",
"releaseNotes": "-- Adds support for swing mode",
"version": "1.16.1",
"releaseNotes": "-- Add version key to manifest file",
"files": [
"__init__.py",
"climate.py",
Expand Down

0 comments on commit cbf03da

Please sign in to comment.