Skip to content
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The following devices have been tested and confirmed as working. If your device
- **Bulbs**: KL110, KL110B, KL120, KL125, KL130, KL135, KL50, KL60, LB100, LB110, LB130
- **Light Strips**: KL400L10, KL400L5, KL420L5, KL430
- **Hubs**: KH100[^1]
- **Hub-Connected Devices[^3]**: KE100[^1]
- **Hub-Connected Devices[^3]**: KE100[^1], KE110[^1]

### Supported Tapo[^1] devices

Expand Down
4 changes: 4 additions & 0 deletions SUPPORTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,17 @@ Some newer Kasa devices require authentication. These are marked with [^1] in th
- Hardware: 1.0 (EU) / Firmware: 1.2.3[^1]
- Hardware: 1.0 (EU) / Firmware: 1.5.12[^1]
- Hardware: 1.0 (UK) / Firmware: 1.5.6[^1]
- Hardware: 1.0 (UK) / Firmware: 1.7.5[^1]

### Hub-Connected Devices

- **KE100**
- Hardware: 1.0 (EU) / Firmware: 2.4.0[^1]
- Hardware: 1.0 (EU) / Firmware: 2.8.0[^1]
- Hardware: 1.0 (UK) / Firmware: 2.15.0[^1]
- Hardware: 1.0 (UK) / Firmware: 2.8.0[^1]
- **KE110**
- Hardware: 1.0 (EU) / Firmware: 1.4.0[^1]


## Tapo devices
Expand Down
2 changes: 1 addition & 1 deletion tests/device_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"S220",
"D100C", # needs a home category?
}
THERMOSTATS_SMART = {"KE100"}
THERMOSTATS_SMART = {"KE100", "KE110"}

VACUUMS_SMART = {"RV20"}

Expand Down
Loading
Loading