We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d46d5 commit c1c446aCopy full SHA for c1c446a
tests/data/test_code_mappings.py
@@ -95,6 +95,8 @@ def test_homedata_product_unknown_category():
95
product = HomeDataProduct.from_dict(data)
96
assert product.id == "unknown_cat_id"
97
assert product.category == RoborockCategory.UNKNOWN
98
+
99
100
def test_yx_device_state_fault_uses_error_value() -> None:
101
"""Test YXDeviceState uses a cross-device-consistent error label."""
102
assert YXDeviceState.FAULT_STATE.value == "error"
0 commit comments