mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
6 lines
141 B
Python
6 lines
141 B
Python
"""The bluetooth integration service info."""
|
|
|
|
from home_assistant_bluetooth import BluetoothServiceInfo
|
|
|
|
__all__ = ["BluetoothServiceInfo"]
|