mirror of
https://github.com/elisspace/core.git
synced 2026-08-30 16:12:01 +00:00
* Fix capitalization names Assist entities * Adjust names to be 'in progress' * Update tests/components/esphome/test_binary_sensor.py Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --------- Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
33 lines
733 B
JSON
33 lines
733 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%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|