1
0
mirror of https://github.com/home-assistant/core.git synced 2025-09-22 19:39:36 +00:00
Files
core/homeassistant/components/fibaro/const.py
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"