Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ The following devices have been tested and confirmed as working. If your device

### Supported Tapo<sup>\*</sup> devices

- **Plugs**: P100, P110, P125M, P135, TP15
- **Plugs**: P100, P110, P115, P125M, P135, TP15
- **Power Strips**: P300, TP25
- **Wall Switches**: S500D, S505, S505D
- **Bulbs**: L510B, L510E, L530E
Expand Down
2 changes: 2 additions & 0 deletions 2 SUPPORTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ All Tapo devices require authentication.<br>Hub-Connected Devices may work acros
- Hardware: 1.0 (EU) / Firmware: 1.0.7
- Hardware: 1.0 (EU) / Firmware: 1.2.3
- Hardware: 1.0 (UK) / Firmware: 1.3.0
- **P115**
- Hardware: 1.0 (EU) / Firmware: 1.2.3
- **P125M**
- Hardware: 1.0 (US) / Firmware: 1.1.0
- **P135**
Expand Down
3 changes: 2 additions & 1 deletion 3 kasa/tests/device_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
PLUGS_SMART = {
"P100",
"P110",
"P115",
"KP125M",
"EP25",
"P125M",
Expand Down Expand Up @@ -114,7 +115,7 @@
THERMOSTATS_SMART = {"KE100"}

WITH_EMETER_IOT = {"HS110", "HS300", "KP115", "KP125", *BULBS_IOT}
WITH_EMETER_SMART = {"P110", "KP125M", "EP25"}
WITH_EMETER_SMART = {"P110", "P115", "KP125M", "EP25"}
WITH_EMETER = {*WITH_EMETER_IOT, *WITH_EMETER_SMART}

DIMMABLE = {*BULBS, *DIMMERS}
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.