mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
6 lines
93 B
Python
6 lines
93 B
Python
"""Constants for the EufyLife integration."""
|
|
|
|
DOMAIN = "eufylife_ble"
|
|
|
|
CONF_MODEL = "model"
|