2024-09-06 01:16:30 +00:00
|
|
|
{
|
|
|
|
"title": "Assist satellite",
|
|
|
|
"entity_component": {
|
|
|
|
"_": {
|
|
|
|
"name": "Assist satellite",
|
|
|
|
"state": {
|
2024-09-27 15:11:23 +00:00
|
|
|
"idle": "[%key:common::state::idle%]",
|
|
|
|
"listening": "Listening",
|
2024-09-06 01:16:30 +00:00
|
|
|
"responding": "Responding",
|
|
|
|
"processing": "Processing"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"services": {
|
|
|
|
"announce": {
|
|
|
|
"name": "Announce",
|
|
|
|
"description": "Let the satellite announce a message.",
|
|
|
|
"fields": {
|
|
|
|
"message": {
|
|
|
|
"name": "Message",
|
|
|
|
"description": "The message to announce."
|
|
|
|
},
|
|
|
|
"media_id": {
|
|
|
|
"name": "Media ID",
|
|
|
|
"description": "The media ID to announce instead of using text-to-speech."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|