mirror of
https://github.com/junkfix/config-editor.git
synced 2026-02-22 18:26:40 +01:00
Create config_flow.py
This commit is contained in:
parent
843e0346ec
commit
99d0cc8da1
5
config_flow.py
Normal file
5
config_flow.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from homeassistant.helpers import config_entry_flow
|
||||
|
||||
config_entry_flow.register_discovery_flow(
|
||||
"config_editor", "Config Editor", lambda hass: True
|
||||
)
|
||||
Loading…
Reference in a new issue