diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 6c5d651..67d0a7d 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -12,7 +12,6 @@ "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", "loggers": ["custom_components.ha_text_ai"], "mqtt": [], - "single_config_entry": false, "quality_scale": "silver", "requirements": [ "openai>=1.12.0", @@ -21,6 +20,7 @@ "async-timeout>=4.0.0", "certifi>=2024.2.2" ], + "single_config_entry": false, "ssdp": [], "usb": [], "version": "2.0.0",