We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843e034 commit 99d0cc8Copy full SHA for 99d0cc8
config_flow.py
@@ -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