mirror of https://github.com/home-assistant/core
38 lines
1012 B
JSON
38 lines
1012 B
JSON
{
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"assist_in_progress": {
|
|
"name": "Assist in progress"
|
|
}
|
|
},
|
|
"select": {
|
|
"pipeline": {
|
|
"name": "Assistant",
|
|
"state": {
|
|
"preferred": "Preferred"
|
|
}
|
|
},
|
|
"vad_sensitivity": {
|
|
"name": "Finished speaking detection",
|
|
"state": {
|
|
"default": "Default",
|
|
"aggressive": "Aggressive",
|
|
"relaxed": "Relaxed"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"assist_in_progress_deprecated": {
|
|
"title": "{integration_name} in progress binary sensors are deprecated",
|
|
"fix_flow": {
|
|
"step": {
|
|
"confirm_disable_entity": {
|
|
"description": "The {integration_name} in progress binary sensor `{entity_id}` is deprecated.\n\nMigrate your configuration to use the corresponding `{assist_satellite_domain}` entity and then click SUBMIT to disable the in progress binary sensor and fix this issue."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|