Add P100 test fixture (#683)

This commit is contained in:
J. Nick Koston
2024-01-23 00:12:24 -10:00
committed by GitHub
parent abd3ee0768
commit d5fdf05ed2
2 changed files with 198 additions and 1 deletions

View File

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