Although these have sensors with mappings, they are mapping to integers, so not enum device classes, and should not have options.
@@ -65,7 +65,6 @@ class TestDevolaPatioHeater(
"unit": PERCENTAGE,
"device_class": SensorDeviceClass.POWER_FACTOR,
"testdata": ("2", 50),
- "options": [25, 50, 75, 100],
},
{
"dps": MODE_DPS,
@@ -61,7 +61,6 @@ class TestWetairWAWH1210LWHumidifier(
"dps": LEVEL_DPS,
"name": "sensor_water_level",
- "options": [0, 50, 100],
]
)