Skip to content

Commit

Permalink
Bump tplink python-kasa lib to 0.7.3 (#125686)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 authored Sep 10, 2024
1 parent bde92b3 commit aa8f983
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 @@ -301,5 +301,5 @@
"iot_class": "local_polling",
"loggers": ["kasa"],
"quality_scale": "platinum",
"requirements": ["python-kasa[speedups]==0.7.2"]
"requirements": ["python-kasa[speedups]==0.7.3"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,7 @@ python-join-api==0.0.9
python-juicenet==1.1.0

# homeassistant.components.tplink
python-kasa[speedups]==0.7.2
python-kasa[speedups]==0.7.3

# homeassistant.components.linkplay
python-linkplay==0.0.9
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ python-izone==1.2.9
python-juicenet==1.1.0

# homeassistant.components.tplink
python-kasa[speedups]==0.7.2
python-kasa[speedups]==0.7.3

# homeassistant.components.linkplay
python-linkplay==0.0.9
Expand Down

0 comments on commit aa8f983

Please sign in to comment.