Skip to content

Commit

Permalink
support for p110 + plugp100 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea committed Aug 20, 2021
1 parent 163b21c commit 07f8e97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/tapo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DOMAIN = "tapo"
VERSION = "1.0"

SUPPORTED_DEVICE_AS_SWITCH = ["p100", "p105"]
SUPPORTED_DEVICE_AS_SWITCH = ["p100", "p105", "p110"]
SUPPORTED_DEVICE_AS_LIGHT = {
"l530": SUPPORT_BRIGHTNESS | SUPPORT_COLOR_TEMP | SUPPORT_COLOR,
"l510": SUPPORT_BRIGHTNESS,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tapo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100",
"issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues/",
"requirements": [
"plugp100==2.1.7"
"plugp100==2.1.9"
],
"dependencies": [],
"codeowners": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
homeassistant
plugp100==2.1.7
plugp100==2.1.9

0 comments on commit 07f8e97

Please sign in to comment.