Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0e1056

Browse files
committedMay 5, 2024·
fix: SMOKE -> MOISTURE
1 parent 082eece commit c0e1056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tests/test_parser.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2515,13 +2515,13 @@ def test_Xiaomi_RS1BB_MI_obj4806():
25152515
),
25162516
},
25172517
binary_entity_descriptions={
2518-
KEY_SMOKE: BinarySensorDescription(
2518+
KEY_MOISTURE: BinarySensorDescription(
25192519
device_key=KEY_MOISTURE,
25202520
device_class=BinarySensorDeviceClass.MOISTURE,
25212521
),
25222522
},
25232523
binary_entity_values={
2524-
KEY_SMOKE: BinarySensorValue(
2524+
KEY_MOISTURE: BinarySensorValue(
25252525
name="Moisture", device_key=KEY_MOISTURE, native_value=False
25262526
),
25272527
},

0 commit comments

Comments
 (0)
Please sign in to comment.