1
0
mirror of https://github.com/elisspace/core.git synced 2026-09-10 04:58:35 +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