5 lines
96 B
Python
5 lines
96 B
Python
"""Constants for the Bluetooth integration."""
|
|
|
|
DOMAIN = "bluetooth"
|
|
DEFAULT_NAME = "Bluetooth"
|