1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-25 15:36:30 +01:00
Files
core/homeassistant/components/voip/strings.json
T
Paulus Schoutsen bd22e0bd43 Allow picking a pipeline for voip devices (#91524)
* Allow picking a pipeline for voip device

* Add tests

* Fix test

* Adjust on new pipeline data
2023-04-17 12:09:11 -05:00

38 lines
784 B
JSON

{
"config": {
"step": {
"user": {
"data": {
"ip_address": "IP Address"
}
}
},
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"error": {
"invalid_ip_address": "Invalid IPv4 address."
}
},
"entity": {
"binary_sensor": {
"call_active": {
"name": "Call Active"
}
},
"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%]"
}
}
}
}
}