From 93c7a19f4d5075d1f4c722391639abd992672a49 Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Wed, 7 Jul 2021 18:35:44 +0200 Subject: [PATCH 1/3] Add support to new regions The new python-kodaksmarthome support new regions - US - HK --- CHANGELOG.md | 2 -- custom_components/kodak_smart_thome/manifest.json | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 35cc696..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,2 +0,0 @@ -## 1.0.0 (06-02-2020) -Initial release diff --git a/custom_components/kodak_smart_thome/manifest.json b/custom_components/kodak_smart_thome/manifest.json index ede0054..f6a9c86 100644 --- a/custom_components/kodak_smart_thome/manifest.json +++ b/custom_components/kodak_smart_thome/manifest.json @@ -2,8 +2,8 @@ "domain": "kodak_smart_home", "name": "Kodak Smart Home", "documentation": "https://www.home-assistant.io/integrations/kodak_smart_home", - "requirements": ["python-kodaksmarthome==0.1.3b1"], + "requirements": ["python-kodaksmarthome==0.1.3b2"], "dependencies": ["ffmpeg"], "codeowners": ["@kairoaraujo"], - "version": "1.0.2" + "version": "1.1.0" } From 80dca0be7190d8e1ce7c3aaeafe7acc83287de74 Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Wed, 7 Jul 2021 18:37:44 +0200 Subject: [PATCH 2/3] Update version on Pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f71521d..aab2fc1 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -python-kodaksmarthome = "==0.1.3b1" +python-kodaksmarthome = "==0.1.3b2" [requires] python_version = "3.7" From 7d99ef1499f881e2e266a9dea41618c867e0cfe6 Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Wed, 7 Jul 2021 18:40:19 +0200 Subject: [PATCH 3/3] Removed unecessary requirements and updated Pipfile.lock --- Pipfile.lock | 6 +++--- requirements.txt | 14 -------------- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 requirements.txt diff --git a/Pipfile.lock b/Pipfile.lock index ac9211a..3eb530d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "53851b584a0238e6d96511bf66638c07b14ca641603ab59806dd55572cf70bb2" + "sha256": "3af386dd41157fb4f23b8075cffe6bb577c569c6830fdc5e77f89ad2839c48e2" }, "pipfile-spec": 6, "requires": { @@ -39,10 +39,10 @@ }, "python-kodaksmarthome": { "hashes": [ - "sha256:3acc6e32e19c5ec56255ad2cd28e3ba667451d654a93a2286cff5d8c4ae8f24a" + "sha256:9f1ed50123c7fab55cbe5c9a120c2df04ce6f64ed6a4db6c07fdccc306cd1927" ], "index": "pypi", - "version": "==0.1.3b1" + "version": "==0.1.3b2" }, "requests": { "hashes": [ diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 899e5ec..0000000 --- a/requirements.txt +++ /dev/null @@ -1,14 +0,0 @@ -# -# These requirements were autogenerated by pipenv -# To regenerate from the project's Pipfile, run: -# -# pipenv lock --requirements -# - --i https://pypi.org/simple -certifi==2021.5.30 -chardet==3.0.4 -idna==2.8 -python-kodaksmarthome==0.1.3b1 -requests==2.22.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -urllib3==1.25.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'