Skip to content

Commit

Permalink
Fix stats for BLE
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Sep 20, 2021
1 parent 86a850a commit 141e9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_gateway3/core/gateway3.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def process_ble_payload(self, device: dict, payload: dict):
entity.update(payload)

if self.stats_enable:
self.add_stats(device, 'ble')
self.add_stats(device)

self.process_ble_stats(mac)

Expand Down

0 comments on commit 141e9e0

Please sign in to comment.