diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index 52e9f03..d73262e 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -5,7 +5,6 @@ "config_flow": true, "dependencies": [], "documentation": "https://github.com/smkrv/ha-text-ai", - "homepage": "https://github.com/smkrv/ha-text-ai", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", "requirements": [ @@ -15,28 +14,13 @@ "async-timeout>=4.0.0" ], "version": "2.0.0", - "homeassistant": "2024.1.0", "quality_scale": "silver", "integration_type": "service", - "translations": [ - "en" - ], "zeroconf": [], "ssdp": [], "usb": [], "bluetooth": [], "mqtt": [], "loggers": ["custom_components.ha_text_ai"], - "after_dependencies": ["http"], - "title": "Text AI Assistant", - "description": "AI-powered text assistant supporting multiple models including GPT and Claude", - "render_readme": true, - "tags": [ - "ai", - "automation", - "chat", - "assistant", - "openai", - "claude" - ] + "after_dependencies": ["http"] } diff --git a/custom_components/ha_text_ai/services.yaml b/custom_components/ha_text_ai/services.yaml index c8cffd4..b7baf01 100644 --- a/custom_components/ha_text_ai/services.yaml +++ b/custom_components/ha_text_ai/services.yaml @@ -171,7 +171,6 @@ get_history: required: false selector: datetime: - type: date set_system_prompt: name: Set System Prompt diff --git a/custom_components/ha_text_ai/translations/en.json b/custom_components/ha_text_ai/translations/en.json index 66f0c13..b2cad13 100644 --- a/custom_components/ha_text_ai/translations/en.json +++ b/custom_components/ha_text_ai/translations/en.json @@ -109,29 +109,19 @@ } } }, - "state": { - "ready": "Ready for requests", - "processing": "Processing request", - "error": "Error occurred", - "disconnected": "API disconnected", - "rate_limited": "Rate limit reached", - "initializing": "Starting up", - "retrying": "Retrying request", - "queued": "Request queued" - }, "entity": { "sensor": { "status": { "name": "AI Status", "state": { - "ready": "Ready", - "processing": "Processing", - "error": "Error", - "disconnected": "Disconnected", - "rate_limited": "Rate Limited", - "initializing": "Initializing", - "retrying": "Retrying", - "queued": "Queued" + "ready": "Ready for requests", + "processing": "Processing request", + "error": "Error occurred", + "disconnected": "API disconnected", + "rate_limited": "Rate limit reached", + "initializing": "Starting up", + "retrying": "Retrying request", + "queued": "Request queued" } }, "last_response": {