core/homeassistant/components/fibaro/const.py

5 lines
102 B
Python
Raw Normal View History

"""Constants for the Fibaro integration."""
DOMAIN = "fibaro"
CONF_IMPORT_PLUGINS = "import_plugins"