Skip to content

Commit

Permalink
Bump pyhs100 requirement for tplink integration (#23065)
Browse files Browse the repository at this point in the history
* bump pyhs100 requirement for tplink integration

* Fixes #20994

* Run script/gen_requirements_all.py
  • Loading branch information
rytilahti authored Apr 16, 2019
1 parent 4813818 commit f48eb91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tplink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Tplink",
"documentation": "https://www.home-assistant.io/components/tplink",
"requirements": [
"pyHS100==0.3.4",
"pyHS100==0.3.5",
"tplink==0.2.1"
],
"dependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ py17track==2.2.2
pyCEC==0.4.13

# homeassistant.components.tplink
pyHS100==0.3.4
pyHS100==0.3.5

# homeassistant.components.met
# homeassistant.components.norway_air
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pushbullet.py==0.11.0
py-canary==0.5.0

# homeassistant.components.tplink
pyHS100==0.3.4
pyHS100==0.3.5

# homeassistant.components.blackbird
pyblackbird==0.5
Expand Down

0 comments on commit f48eb91

Please sign in to comment.