8000 Use less strict matcher for kl430 color temperature (#190) · python-kasa/python-kasa@4e8a318 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e8a318

Browse files
authored
Use less strict matcher for kl430 color temperature (#190)
1 parent 6184c0c commit 4e8a318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kasa/smartbulb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"KL125": (2500, 6500),
1919
r"KL120\(EU\)": (2700, 6500),
2020
r"KL120\(US\)": (2700, 5000),
21- r"KL430\(US\)": (2500, 9000),
21+
r"KL430": (2500, 9000),
2222
}
2323

2424

0 commit comments

Comments
 (0)
0