* Add assist_satellite * Update homeassistant/components/assist_satellite/manifest.json Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * Update homeassistant/components/assist_satellite/manifest.json Co-authored-by: Paulus Schoutsen <balloob@gmail.com> * Add platform constant * Update Dockerfile * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Address comments * Update docstring async_internal_announce * Update CODEOWNERS --------- Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
30 lines
719 B
JSON
30 lines
719 B
JSON
{
|
|
"title": "Assist satellite",
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "Assist satellite",
|
|
"state": {
|
|
"listening_wake_word": "Wake word",
|
|
"listening_command": "Voice command",
|
|
"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."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|