mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
7 lines
142 B
Python
7 lines
142 B
Python
"""Constants for the INKBIRD Bluetooth integration."""
|
|
|
|
DOMAIN = "inkbird"
|
|
|
|
CONF_DEVICE_TYPE = "device_type"
|
|
CONF_DEVICE_DATA = "device_data"
|