1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 13:56:28 +00:00
Files
core/homeassistant/helpers/service_info/bluetooth.py
2022-07-29 17:53:33 -07:00

6 lines
141 B
Python

"""The bluetooth integration service info."""
from home_assistant_bluetooth import BluetoothServiceInfo
__all__ = ["BluetoothServiceInfo"]