1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 04:05:01 +01:00
Files

57 lines
1.6 KiB
JSON

{
"config": {
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"step": {
"user": {
"description": "Receive Voice over IP calls to interact with Assist."
}
}
},
"entity": {
"select": {
"pipeline": {
"name": "[%key:component::assist_pipeline::entity::select::pipeline::name%]",
"state": {
"preferred": "[%key:component::assist_pipeline::entity::select::pipeline::state::preferred%]"
}
},
"pipeline_n": {
"name": "[%key:component::assist_pipeline::entity::select::pipeline_n::name%]",
"state": {
"preferred": "[%key:component::assist_pipeline::entity::select::pipeline::state::preferred%]"
}
},
"vad_sensitivity": {
"name": "[%key:component::assist_pipeline::entity::select::vad_sensitivity::name%]",
"state": {
"aggressive": "[%key:component::assist_pipeline::entity::select::vad_sensitivity::state::aggressive%]",
"default": "[%key:component::assist_pipeline::entity::select::vad_sensitivity::state::default%]",
"relaxed": "[%key:component::assist_pipeline::entity::select::vad_sensitivity::state::relaxed%]"
}
}
},
"switch": {
"allow_call": {
"name": "Allow calls"
}
}
},
"exceptions": {
"non_tts_announcement": {
"message": "VoIP does not currently support non-TTS announcements"
}
},
"options": {
"step": {
"init": {
"data": {
"sip_port": "SIP port",
"sip_user": "SIP user"
}
}
}
}
}