Remove redundant names from config flow titles (#50380)
This commit is contained in:
parent
44a790ab47
commit
d5e39e8748
113 changed files with 118 additions and 168 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"title": "HomeKit Controller",
|
||||
"config": {
|
||||
"flow_title": "{name} via HomeKit Accessory Protocol",
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Device selection",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"unable_to_pair": "Unable to pair, please try again.",
|
||||
"unknown_error": "Device reported an unknown error. Pairing failed."
|
||||
},
|
||||
"flow_title": "{name} via HomeKit Accessory Protocol",
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"busy_error": {
|
||||
"description": "Abort pairing on all controllers, or try restarting the device, then continue to resume pairing.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue