hass-core/homeassistant/components/fibaro/const.py
rappenze e844c2380a
Add config flow to fibaro (#65203)
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-03-26 09:50:50 -10:00

4 lines
102 B
Python

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