Skip to content

Commit

Permalink
Update the Python Kodak Smart Home API to 0.1.3b1
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
kairoaraujo committed Jun 16, 2021
1 parent 3a08220 commit 0e1aaf2
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]

[packages]
python-kodaksmarthome = "*"
python-kodaksmarthome = "==0.1.3b1"

[requires]
python_version = "3.7"
22 changes: 11 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion custom_components/kodak_smart_thome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "kodak_smart_home",
"name": "Kodak Smart Home",
"documentation": "https://www.home-assistant.io/integrations/kodak_smart_home",
"requirements": ["python-kodaksmarthome==0.1.1"],
"requirements": ["python-kodaksmarthome==0.1.3b1"],
"dependencies": ["ffmpeg"],
"codeowners": ["@kairoaraujo"]
}
15 changes: 14 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
python-kodaksmarthome
#
# 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'

0 comments on commit 0e1aaf2

Please sign in to comment.