From 947b49216f0f008e746861b4e1a1e9377c9de047 Mon Sep 17 00:00:00 2001 From: ollo69 Date: Wed, 29 Sep 2021 10:23:13 +0200 Subject: [PATCH] Remove requirement hard pinning from manifest --- .gitignore | 8 ++++++++ custom_components/samsungtv_tizen/manifest.json | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f04512 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/custom_components/samsungtv_tizen/manifest.json b/custom_components/samsungtv_tizen/manifest.json index 39ddf4b..c59f2bd 100644 --- a/custom_components/samsungtv_tizen/manifest.json +++ b/custom_components/samsungtv_tizen/manifest.json @@ -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.21.1" + "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.5.10" }