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