Skip to content

Commit

Permalink
Fix does not generate unique_id for linp.flood.rs1bb #1337
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed May 1, 2024
1 parent 5cc5a7b commit 1180982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/xiaomi_gateway3/core/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1662,8 +1662,8 @@
"spec": [
BLEMapConv("water_leak", "binary_sensor", mi=18438, map={"00": False, "01": True}),
BLEByteConv("battery", "sensor", mi=19459),
BaseConv("water_leak", "binary_sensor", mi="2.p.1006"), # bool
BaseConv("battery", "sensor", mi="3.p.1003"), # uint8
BaseConv("water_leak", mi="2.p.1006"), # bool
BaseConv("battery", mi="3.p.1003"), # uint8
],
}, {
16204: ["Linptech", "Pressure Sensor", "PS1BB", "linp.senpres.ps1bb"],
Expand Down

0 comments on commit 1180982

Please sign in to comment.