Skip to content

Commit 0e1aaf2

Browse files
committed
Update the Python Kodak Smart Home API to 0.1.3b1
Closes #2
1 parent 3a08220 commit 0e1aaf2

4 files changed

Lines changed: 27 additions & 14 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ verify_ssl = true
66
[dev-packages]
77

88
[packages]
9-
python-kodaksmarthome = "*"
9+
python-kodaksmarthome = "==0.1.3b1"
1010

1111
[requires]
1212
python_version = "3.7"

Pipfile.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom_components/kodak_smart_thome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "kodak_smart_home",
33
"name": "Kodak Smart Home",
44
"documentation": "https://www.home-assistant.io/integrations/kodak_smart_home",
5-
"requirements": ["python-kodaksmarthome==0.1.1"],
5+
"requirements": ["python-kodaksmarthome==0.1.3b1"],
66
"dependencies": ["ffmpeg"],
77
"codeowners": ["@kairoaraujo"]
88
}

requirements.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
python-kodaksmarthome
1+
#
2+
# These requirements were autogenerated by pipenv
3+
# To regenerate from the project's Pipfile, run:
4+
#
5+
# pipenv lock --requirements
6+
#
7+
8+
-i https://pypi.org/simple
9+
certifi==2021.5.30
10+
chardet==3.0.4
11+
idna==2.8
12+
python-kodaksmarthome==0.1.3b1
13+
requests==2.22.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
14+
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'

0 commit comments

Comments
 (0)