From 7c645034dbe08b14cf310d1439abe0014e274902 Mon Sep 17 00:00:00 2001 From: junkfix <165699921+junkfix@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:29:58 +0000 Subject: [PATCH] Update manifest.json --- custom_components/config_editor/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }