Skip to content

Commit

Permalink
Add support for P100M Plug (#618)
Browse files Browse the repository at this point in the history
Hi,
P100M is just good ol' P100 with Matter support.

https://www.tapo.com/en/product/smart-plug/tapo-p100m/

I tested the change locally. It seems to work OK.

Please merge :)
  • Loading branch information
aryasenna authored Nov 25, 2023
1 parent 47ec2a6 commit d21b948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/tapo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"s500",
"p110m",
"tp15",
"p100m",
]
SUPPORTED_DEVICE_AS_SWITCH_POWER_MONITOR = ["p110", "p115", "p110m"]
SUPPORTED_DEVICE_AS_LIGHT = {
Expand Down

0 comments on commit d21b948

Please sign in to comment.