mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +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"
|