core/tests/components/bluetooth/__init__.py

9 lines
229 B
Python
Raw Normal View History

"""Tests for the Bluetooth integration."""
from homeassistant.components.bluetooth import models
def _get_underlying_scanner():
"""Return the underlying scanner that has been wrapped."""
return models.HA_BLEAK_SCANNER