Skip to content

Commit

Permalink
Merge pull request #165 from ollo69/tizen-maintenance
Browse files Browse the repository at this point in the history
Remove hard pinning requirement from manifest.json
  • Loading branch information
jaruba authored Jul 16, 2022
2 parents 64de23f + c21adb1 commit 6a5c82c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

.idea/ha-samsungtv-smart.iml
.idea/inspectionProfiles/profiles_settings.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
8 changes: 4 additions & 4 deletions custom_components/samsungtv_tizen/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"name": "SamsungTV Tizen",
"documentation": "https://github.com/jaruba/ha-samsungtv-tizen",
"requirements": [
"websocket-client==0.56.0",
"wakeonlan==1.1.6",
"numpy==1.23.0"
"websocket-client>=0.56.0",
"wakeonlan>=2.0.0",
"numpy>=1.19.2"
],
"dependencies": [],
"codeowners": ["@jaruba"],
"homeassistant": "0.99.3",
"version": "1.5.9"
"version": "1.6.1"
}

0 comments on commit 6a5c82c

Please sign in to comment.