Skip to content

Commit

Permalink
Fix for HHCCPOT002
Browse files Browse the repository at this point in the history
  • Loading branch information
Magalex2x14 committed Jan 22, 2020
1 parent 25480e3 commit ebab441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mitemp_bt/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def discover_ble_devices(config):
ConductivitySensor(mac),
IlluminanceSensor(mac),
]
if stype[mac] == "HHCCPOT002":
elif stype[mac] == "HHCCPOT002":
sensors = [
MoistureSensor(mac),
ConductivitySensor(mac)
Expand Down

0 comments on commit ebab441

Please sign in to comment.