5 lines
141 B
Python
5 lines
141 B
Python
"""The bluetooth integration service info."""
|
|
|
|
from home_assistant_bluetooth import BluetoothServiceInfo
|
|
|
|
__all__ = ["BluetoothServiceInfo"]
|