Skip to content

Commit 532717b

Browse files
author
周腾
committed
fix precommit errors
1 parent bd57797 commit 532717b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ This custom component for [Home Assistant](https://www.home-assistant.io) passiv
5454
- Ruuvitag
5555
- Sensirion
5656
- SensorPush
57+
- Senssun (Scale)
5758
- SmartDry
5859
- Switchbot
5960
- Teltonika

custom_components/ble_monitor/ble_parser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
from .ruuvitag import parse_ruuvitag
3939
from .sensirion import parse_sensirion
4040
from .sensorpush import parse_sensorpush
41+
from .senssun import parse_senssun
4142
from .smartdry import parse_smartdry
4243
from .switchbot import parse_switchbot
4344
from .teltonika import parse_teltonika
@@ -46,7 +47,6 @@
4647
from .tilt import parse_tilt
4748
from .xiaogui import parse_xiaogui
4849
from .xiaomi import parse_xiaomi
49-
from .senssun import parse_senssun
5050

5151
_LOGGER = logging.getLogger(__name__)
5252

0 commit comments

Comments
 (0)