Use reference strings in Firmata (#41073)

This commit is contained in:
SNoof85 2020-10-02 21:11:25 +02:00 committed by GitHub
parent 2e21ef3223
commit 135be787e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
"config": {
"abort": {
"cannot_connect": "Cannot connect to Firmata board during setup"
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {}
}