Skip to content

Commit

Permalink
smartdry: make sure firmware is set while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavf committed Feb 27, 2024
1 parent dc77ade commit d1e82b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/ble_monitor/ble_parser/smartdry.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def parse_smartdry(self, data: bytes, mac: str):
})
else:
device_type = None
firmware = None
if device_type is None:
if self.report_unknown == "SmartDry":
_LOGGER.info(
Expand Down

0 comments on commit d1e82b9

Please sign in to comment.