1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-28 03:06:30 +01:00
Files
core/homeassistant/components/voip/strings.json
T
Michael Hansen b1d6f3afc0 Allow configuring SIP port in VoIP (#92210)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-05-01 22:42:27 +02:00

42 lines
858 B
JSON

{
"config": {
"step": {
"user": {
"description": "Receive Voice over IP calls to interact with Assist."
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
}
},
"entity": {
"binary_sensor": {
"call_in_progress": {
"name": "Call in progress"
}
},
"switch": {
"allow_call": {
"name": "Allow calls"
}
},
"select": {
"pipeline": {
"name": "[%key:component::assist_pipeline::entity::select::pipeline::name%]",
"state": {
"preferred": "[%key:component::assist_pipeline::entity::select::pipeline::state::preferred%]"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"sip_port": "SIP port"
}
}
}
}
}