From 6a8abe1ec80878688ee066a67389065c098a68f1 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 13 Jan 2025 22:35:54 +0900 Subject: [PATCH] Tests: fix tests for renpho and vork purifiers after translations --- tests/devices/test_renpho_rp_ap001s.py | 2 +- tests/devices/test_vork_vk6067aw_purifier.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/devices/test_renpho_rp_ap001s.py b/tests/devices/test_renpho_rp_ap001s.py index 7b5ea4fdb8..e009b966fe 100644 --- a/tests/devices/test_renpho_rp_ap001s.py +++ b/tests/devices/test_renpho_rp_ap001s.py @@ -50,7 +50,7 @@ def setUp(self): "name": "sensor_air_quality", "dps": QUALITY_DPS, "device_class": SensorDeviceClass.ENUM, - "options": ["Bad", "Fair", "Good"], + "options": ["poor", "moderate", "good"], }, { "name": "sensor_prefilter_life", diff --git a/tests/devices/test_vork_vk6067aw_purifier.py b/tests/devices/test_vork_vk6067aw_purifier.py index 2875b854aa..3a3b187415 100644 --- a/tests/devices/test_vork_vk6067aw_purifier.py +++ b/tests/devices/test_vork_vk6067aw_purifier.py @@ -65,8 +65,8 @@ def setUp(self): "dps": AQI_DPS, "name": "sensor_air_quality", "device_class": SensorDeviceClass.ENUM, - "testdata": ("great", "Great"), - "options": ["Great", "Good", "Severe", "Medium"], + "testdata": ("great", "excellent"), + "options": ["excellent", "good", "severe", "poor"], }, { "dps": COUNTDOWN_DPS,