Use common strings in zha config flow (#41127)
This commit is contained in:
parent
529601eb82
commit
861fe36f5d
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"error": { "cannot_connect": "Unable to connect to ZHA device." },
|
||||
"error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" },
|
||||
"abort": {
|
||||
"single_instance_allowed": "Only a single configuration of ZHA is allowed."
|
||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
|
|
Loading…
Add table
Reference in a new issue