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