2022-07-08 18:55:31 -05:00
|
|
|
"""Tests for the Bluetooth integration."""
|
2022-07-22 18:12:08 -05:00
|
|
|
|
|
|
|
from homeassistant.components.bluetooth import models
|
|
|
|
|
|
|
|
|
|
|
|
def _get_underlying_scanner():
|
|
|
|
"""Return the underlying scanner that has been wrapped."""
|
|
|
|
return models.HA_BLEAK_SCANNER
|