1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/tests/components/bluetooth/__init__.py

9 lines
229 B
Python

"""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