Skip to content

Commit

Permalink
Fixes #1025
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilis-panos committed Jun 11, 2023
1 parent 18131a9 commit 48d7f1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.17.6'
VERSION = '1.17.7'
MANIFEST_URL = (
"https://raw.githubusercontent.com/"
"smartHomeHub/SmartIR/{}/"
Expand Down
8 changes: 4 additions & 4 deletions custom_components/smartir/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"documentation": "https://github.com/smartHomeHub/SmartIR",
"dependencies": [],
"codeowners": ["@smartHomeHub"],
"requirements": ["aiofiles==0.6.0"],
"requirements": ["aiofiles>=0.6.0"],
"homeassistant": "2022.4.0",
"version": "1.17.6",
"version": "1.17.7",
"updater": {
"version": "1.17.6",
"releaseNotes": "-- Removes legacy imports to the fan component",
"version": "1.17.7",
"releaseNotes": "-- Fixes #1025",
"files": [
"__init__.py",
"climate.py",
Expand Down

0 comments on commit 48d7f1f

Please sign in to comment.