mirror of
https://github.com/home-assistant/core.git
synced 2025-05-09 16:39:22 +00:00
9 lines
229 B
Python
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
|