4 lines
102 B
Python
4 lines
102 B
Python
"""Constants for the Fibaro integration."""
|
|
|
|
DOMAIN = "fibaro"
|
|
CONF_IMPORT_PLUGINS = "import_plugins"
|