Use common strings in zha config flow (#41127)

This commit is contained in:
scheric 2020-10-03 14:48:26 +02:00 committed by GitHub
parent 529601eb82
commit 861fe36f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": {