J. Nick Koston 38bccadaa6
Add support for setting up and removing bluetooth in the UI (#75600)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-07-22 13:19:53 -05:00

5 lines
96 B
Python

"""Constants for the Bluetooth integration."""
DOMAIN = "bluetooth"
DEFAULT_NAME = "Bluetooth"