diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 1dcfbfa..f8b3acf 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -5,7 +5,6 @@ "bluetooth": [], "codeowners": ["@smkrv"], "config_flow": true, - "multiple_instances": true, "dependencies": [], "documentation": "https://github.com/smkrv/ha-text-ai", "integration_type": "service", @@ -13,6 +12,8 @@ "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", "loggers": ["custom_components.ha_text_ai"], "mqtt": [], + "icons": ["icons/icon.png"], + "single_config_entry": false, "quality_scale": "silver", "requirements": [ "openai>=1.12.0",