1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-21 11:30:03 +00:00
Files
core/homeassistant/components/inkbird/const.py
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"