Skip to content

Commit

Permalink
Do not handle data for sensor with incorrect implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Magalex2x14 committed Jan 23, 2020
1 parent f877d39 commit a0a0d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/mitemp_bt/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ def discover_ble_devices(config):
mac
)
_LOGGER.error(error)
continue
sensors_by_mac[mac] = sensors
add_entities(sensors)
for sensor in sensors:
Expand Down

0 comments on commit a0a0d9f

Please sign in to comment.