diff --git a/custom_components/config_editor/manifest.json b/custom_components/config_editor/manifest.json index 7a11604..c4fdc90 100644 --- a/custom_components/config_editor/manifest.json +++ b/custom_components/config_editor/manifest.json @@ -2,8 +2,9 @@ "domain": "config_editor", "name": "Config Editor", "codeowners": ["@junkfix"], + "config_flow": true, "documentation": "https://github.com/junkfix/config-editor-card", "iot_class": "local_polling", "issue_tracker": "https://github.com/junkfix/config-editor/issues", - "version": "4.4.2" + "version": "5.0.0" }