Use common strings for directv config flow (#35471)

This commit is contained in:
Chris Talkington 2020-05-10 23:14:26 -05:00 committed by GitHub
parent b3ee54b124
commit facb115f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,16 @@
"description": "Do you want to set up {name}?" "description": "Do you want to set up {name}?"
}, },
"user": { "user": {
"data": { "host": "Host or IP address" } "data": {
"host": "[%key:common::config_flow::data::host%]"
}
} }
}, },
"error": { "cannot_connect": "Failed to connect, please try again" }, "error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": { "abort": {
"already_configured": "DirecTV receiver is already configured", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"unknown": "Unexpected error" "unknown": "Unexpected error"
} }
} }