mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 18:06:21 +01: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"
|