Skip to content

Commit 99d0cc8

Browse files
authored
Create config_flow.py
1 parent 843e034 commit 99d0cc8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config_flow.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from homeassistant.helpers import config_entry_flow
2+
3+
config_entry_flow.register_discovery_flow(
4+
"config_editor", "Config Editor", lambda hass: True
5+
)

0 commit comments

Comments
 (0)