mirror of
https://github.com/junkfix/config-editor.git
synced 2025-09-07 18:11:30 +02:00
6 lines
154 B
Python
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
|
|
)
|