1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-17 03:23:26 +01:00
Files
2025-04-13 22:31:38 -10:00

7 lines
142 B
Python

"""Constants for the INKBIRD Bluetooth integration."""
DOMAIN = "inkbird"
CONF_DEVICE_TYPE = "device_type"
CONF_DEVICE_DATA = "device_data"