We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 082eece commit c0e1056Copy full SHA for c0e1056
tests/test_parser.py
@@ -2515,13 +2515,13 @@ def test_Xiaomi_RS1BB_MI_obj4806():
2515
),
2516
},
2517
binary_entity_descriptions={
2518
- KEY_SMOKE: BinarySensorDescription(
+ KEY_MOISTURE: BinarySensorDescription(
2519
device_key=KEY_MOISTURE,
2520
device_class=BinarySensorDeviceClass.MOISTURE,
2521
2522
2523
binary_entity_values={
2524
- KEY_SMOKE: BinarySensorValue(
+ KEY_MOISTURE: BinarySensorValue(
2525
name="Moisture", device_key=KEY_MOISTURE, native_value=False
2526
2527
0 commit comments