8000 Add HS200 (US) Smart Fixture (#1303) · python-kasa/python-kasa@ea73b85 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea73b85

Browse files
authored
Add HS200 (US) Smart Fixture (#1303)
1 parent d0a2ed7 commit ea73b85

File tree

4 files changed

+382
-1
lines changed

4 files changed

+382
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The following devices have been tested and confirmed as working. If your device
184184

185185
- **Plugs**: EP10, EP25<sup>\*</sup>, HS100<sup>\*\*</sup>, HS103, HS105, HS110, KP100, KP105, KP115, KP125, KP125M<sup>\*</sup>, KP401
186186
- **Power Strips**: EP40, EP40M<sup>\*</sup>, HS107, HS300, KP200, KP303, KP400
187-
- **Wall Switches**: ES20M, HS200, HS210, HS220<sup>\*\*</sup>, KP405, KS200M, KS205<sup>\*</sup>, KS220, KS220M, KS225<sup>\*</sup>, KS230, KS240<sup>\*</sup>
187+
- **Wall Switches**: ES20M, HS200<sup>\*\*</sup>, HS210, HS220<sup>\*\*</sup>, KP405, KS200M, KS205<sup>\*</sup>, KS220, KS220M, KS225<sup>\*</sup>, KS230, KS240<sup>\*</sup>
188188
- **Bulbs**: KL110, KL120, KL125, KL130, KL135, KL50, KL60, LB110
189189
- **Light Strips**: KL400L5, KL420L5, KL430
190190
- **Hubs**: KH100<sup>\*</sup>

SUPPORTED.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Some newer Kasa devices require authentication. These are marked with <sup>*</su
8686
- Hardware: 3.0 (US) / Firmware: 1.1.5
8787
- Hardware: 5.0 (US) / Firmware: 1.0.11
8888
- Hardware: 5.0 (US) / Firmware: 1.0.2
89+
- Hardware: 5.26 (US) / Firmware: 1.0.3<sup>\*</sup>
8990
- **HS210**
9091
- Hardware: 1.0 (US) / Firmware: 1.5.8
9192
- Hardware: 2.0 (US) / Firmware: 1.1.5

tests/device_fixtures.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"KS200M",
102102
}
103103
SWITCHES_SMART = {
104+
"HS200",
104105
"KS205",
105106
"KS225",
106107
"KS240",

0 commit comments

Comments
 (0)
0