1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-02 13:17:53 +00:00
rappenze e844c2380a
Add config flow to fibaro ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-03-26 09:50:50 -10:00

5 lines
102 B
Python

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