diff --git a/custom_components/config_editor/manifest.json b/custom_components/config_editor/manifest.json index df85976..a705914 100644 --- a/custom_components/config_editor/manifest.json +++ b/custom_components/config_editor/manifest.json @@ -1,9 +1,9 @@ { "domain": "config_editor", "name": "Config Editor", - "version": "4.3", "codeowners": ["@junkfix"], "documentation": "https://github.com/junkfix/config-editor-card", "issue_tracker": "https://github.com/junkfix/config-editor/issues", - "iot_class": "local_polling" + "iot_class": "local_polling", + "version": "4.4" }