hass-core/homeassistant/components/eufylife_ble/const.py
Brandon Rothweiler 2ed6df9003
Add EufyLife Bluetooth integration (#85907)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-16 18:29:50 -10:00

5 lines
93 B
Python

"""Constants for the EufyLife integration."""
DOMAIN = "eufylife_ble"
CONF_MODEL = "model"