Add P135 fixture (#673)

* Add P135 fixture

This device is a dimmer but we currently treat it as a on/off

* add to conftest
This commit is contained in:
J. Nick Koston
2024-01-22 21:31:19 -10:00
committed by GitHub
parent 65c47a9373
commit abd3ee0768
2 changed files with 320 additions and 1 deletions

View File

@@ -98,7 +98,9 @@ PLUGS_IOT = {
"KP401",
"KS200M",
}
PLUGS_SMART = {"P110", "KP125M", "EP25", "KS205", "P125M"}
# P135 supports dimming, but its not currently support
# by the library
PLUGS_SMART = {"P110", "KP125M", "EP25", "KS205", "P125M", "P135"}
PLUGS = {
*PLUGS_IOT,
*PLUGS_SMART,