Skip to content

Commit f78c2c8

Browse files
committed
Add P110M(EU) fixture
1 parent 2bda54f commit f78c2c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/device_fixtures.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
PLUGS_SMART = {
8585
"P100",
8686
"P110",
87+
"P110M",
8788
"P115",
8889
"KP125M",
8990
"EP25",
@@ -124,7 +125,7 @@
124125
THERMOSTATS_SMART = {"KE100"}
125126

126127
WITH_EMETER_IOT = {"HS110", "HS300", "KP115", "KP125", *BULBS_IOT}
127-
WITH_EMETER_SMART = {"P110", "P115", "KP125M", "EP25", "P304M"}
128+
WITH_EMETER_SMART = {"P110", "P110M", "P115", "KP125M", "EP25", "P304M"}
128129
WITH_EMETER = {*WITH_EMETER_IOT, *WITH_EMETER_SMART}
129130

130131
DIMMABLE = {*BULBS, *DIMMERS}

0 commit comments

Comments
 (0)