Use less strict matcher for kl430 color temperature (#190)

This commit is contained in:
Teemu R
2021-08-16 16:49:28 +02:00
committed by GitHub
parent 6184c0c72e
commit 4e8a3185fb

View File

@@ -18,7 +18,7 @@ TPLINK_KELVIN = {
"KL125": (2500, 6500),
r"KL120\(EU\)": (2700, 6500),
r"KL120\(US\)": (2700, 5000),
r"KL430\(US\)": (2500, 9000),
r"KL430": (2500, 9000),
}