config-editor/custom_components/config_editor/config_flow.py

6 lines
154 B
Python

from homeassistant.helpers import config_entry_flow
config_entry_flow.register_discovery_flow(
"config_editor", "Config Editor", lambda hass: True
)