mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 00:03:16 +01:00
103 lines
3.0 KiB
JSON
103 lines
3.0 KiB
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "Assist satellite",
|
|
"state": {
|
|
"idle": "[%key:common::state::idle%]",
|
|
"listening": "Listening",
|
|
"processing": "Processing",
|
|
"responding": "Responding"
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"answers": {
|
|
"fields": {
|
|
"id": "Answer ID",
|
|
"sentences": "Sentences"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"announce": {
|
|
"description": "Lets a satellite announce a message.",
|
|
"fields": {
|
|
"media_id": {
|
|
"description": "The media ID to announce instead of using text-to-speech.",
|
|
"name": "Media ID"
|
|
},
|
|
"message": {
|
|
"description": "The message to announce.",
|
|
"name": "Message"
|
|
},
|
|
"preannounce": {
|
|
"description": "Play a sound before the announcement.",
|
|
"name": "Preannounce"
|
|
},
|
|
"preannounce_media_id": {
|
|
"description": "Custom media ID to play before the announcement.",
|
|
"name": "Preannounce media ID"
|
|
}
|
|
},
|
|
"name": "Announce"
|
|
},
|
|
"ask_question": {
|
|
"description": "Asks a question and gets the user's response.",
|
|
"fields": {
|
|
"answers": {
|
|
"description": "Possible answers to the question.",
|
|
"name": "Answers"
|
|
},
|
|
"entity_id": {
|
|
"description": "Assist satellite entity to ask the question on.",
|
|
"name": "Entity"
|
|
},
|
|
"preannounce": {
|
|
"description": "Play a sound before the start message or media.",
|
|
"name": "Preannounce"
|
|
},
|
|
"preannounce_media_id": {
|
|
"description": "Custom media ID to play before the start message or media.",
|
|
"name": "Preannounce media ID"
|
|
},
|
|
"question": {
|
|
"description": "The question to ask.",
|
|
"name": "Question"
|
|
},
|
|
"question_media_id": {
|
|
"description": "The media ID of the question to use instead of text-to-speech.",
|
|
"name": "Question media ID"
|
|
}
|
|
},
|
|
"name": "Ask question"
|
|
},
|
|
"start_conversation": {
|
|
"description": "Starts a conversation from a satellite.",
|
|
"fields": {
|
|
"extra_system_prompt": {
|
|
"description": "Provide background information to the AI about the request.",
|
|
"name": "Extra system prompt"
|
|
},
|
|
"preannounce": {
|
|
"description": "Play a sound before the start message or media.",
|
|
"name": "Preannounce"
|
|
},
|
|
"preannounce_media_id": {
|
|
"description": "Custom media ID to play before the start message or media.",
|
|
"name": "Preannounce media ID"
|
|
},
|
|
"start_media_id": {
|
|
"description": "The media ID to start with instead of using text-to-speech.",
|
|
"name": "Media ID"
|
|
},
|
|
"start_message": {
|
|
"description": "The message to start with.",
|
|
"name": "Message"
|
|
}
|
|
},
|
|
"name": "Start conversation"
|
|
}
|
|
},
|
|
"title": "Assist satellite"
|
|
}
|