Skip to content

Commit

Permalink
fix precommit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
周腾 committed Jul 31, 2024
1 parent bd57797 commit 532717b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ This custom component for [Home Assistant](https://www.home-assistant.io) passiv
- Ruuvitag
- Sensirion
- SensorPush
- Senssun (Scale)
- SmartDry
- Switchbot
- Teltonika
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ble_monitor/ble_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
from .ruuvitag import parse_ruuvitag
from .sensirion import parse_sensirion
from .sensorpush import parse_sensorpush
from .senssun import parse_senssun
from .smartdry import parse_smartdry
from .switchbot import parse_switchbot
from .teltonika import parse_teltonika
Expand All @@ -46,7 +47,6 @@
from .tilt import parse_tilt
from .xiaogui import parse_xiaogui
from .xiaomi import parse_xiaomi
from .senssun import parse_senssun

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 532717b

Please sign in to comment.