mirror of
https://github.com/home-assistant/core.git
synced 2026-05-16 21:41:44 +01:00
e844c2380a
Co-authored-by: J. Nick Koston <nick@koston.org>
5 lines
102 B
Python
5 lines
102 B
Python
"""Constants for the Fibaro integration."""
|
|
|
|
DOMAIN = "fibaro"
|
|
CONF_IMPORT_PLUGINS = "import_plugins"
|