Commit 532717b 周腾
committed
1 parent bd57797 commit 532717b Copy full SHA for 532717b
File tree 2 files changed +2
-1
lines changed
custom_components/ble_monitor/ble_parser
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ This custom component for [Home Assistant](https://www.home-assistant.io) passiv
54
54
- Ruuvitag
55
55
- Sensirion
56
56
- SensorPush
57
+ - Senssun (Scale)
57
58
- SmartDry
58
59
- Switchbot
59
60
- Teltonika
Original file line number Diff line number Diff line change 38
38
from .ruuvitag import parse_ruuvitag
39
39
from .sensirion import parse_sensirion
40
40
from .sensorpush import parse_sensorpush
41
+ from .senssun import parse_senssun
41
42
from .smartdry import parse_smartdry
42
43
from .switchbot import parse_switchbot
43
44
from .teltonika import parse_teltonika
46
47
from .tilt import parse_tilt
47
48
from .xiaogui import parse_xiaogui
48
49
from .xiaomi import parse_xiaomi
49
- from .senssun import parse_senssun
50
50
51
51
_LOGGER = logging .getLogger (__name__ )
52
52
You can’t perform that action at this time.
0 commit comments