We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263684f commit 5e13c73Copy full SHA for 5e13c73
custom_components/ble_monitor/__init__.py
@@ -18,7 +18,8 @@
18
from homeassistant.helpers.entity_registry import async_entries_for_device
19
from homeassistant.util import dt
20
try:
21
- from homeassistant.components import bluetooth # pylint: disable=import-outside-toplevel
+ from homeassistant.components import \
22
+ bluetooth # pylint: disable=import-outside-toplevel
23
except ImportError:
24
bluetooth = None
25
0 commit comments