5 lines
109 B
Python
5 lines
109 B
Python
"""Constants for the Govee Bluetooth integration."""
|
|
|
|
DOMAIN = "govee_ble"
|
|
|
|
CONF_DEVICE_TYPE = "device_type"
|