Skip to content

Commit

Permalink
fix: expected test values
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakulo committed May 5, 2024
1 parent 1390d5f commit 082eece
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 @@ -2492,7 +2492,7 @@ def test_Xiaomi_RS1BB_MI_obj4806():
assert device.supported(advertisement)
assert device.bindkey_verified
assert device.update(advertisement) == SensorUpdate(
title="Flood and Rain Sensor (RS1BB(MI))",
title="Flood and Rain Sensor 4C67 (RS1BB)",
devices={
None: SensorDeviceInfo(
name="Flood and Rain Sensor",
Expand All @@ -2511,7 +2511,7 @@ def test_Xiaomi_RS1BB_MI_obj4806():
},
entity_values={
KEY_SIGNAL_STRENGTH: SensorValue(
name="Signal Strength", device_key=KEY_SIGNAL_STRENGTH, native_value=-64
name="Signal Strength", device_key=KEY_SIGNAL_STRENGTH, native_value=-60
),
},
binary_entity_descriptions={
Expand Down

0 comments on commit 082eece

Please sign in to comment.