core/homeassistant/helpers/service_info/bluetooth.py

6 lines
141 B
Python
Raw Normal View History

"""The bluetooth integration service info."""
2022-07-30 00:53:33 +00:00
from home_assistant_bluetooth import BluetoothServiceInfo
__all__ = ["BluetoothServiceInfo"]