Skip to content

Commit

Permalink
fix: SMOKE -> MOISTURE
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakulo committed May 5, 2024
1 parent 082eece commit c0e1056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2515,13 +2515,13 @@ def test_Xiaomi_RS1BB_MI_obj4806():
),
},
binary_entity_descriptions={
KEY_SMOKE: BinarySensorDescription(
KEY_MOISTURE: BinarySensorDescription(
device_key=KEY_MOISTURE,
device_class=BinarySensorDeviceClass.MOISTURE,
),
},
binary_entity_values={
KEY_SMOKE: BinarySensorValue(
KEY_MOISTURE: BinarySensorValue(
name="Moisture", device_key=KEY_MOISTURE, native_value=False
),
},
Expand Down

0 comments on commit c0e1056

Please sign in to comment.