Use common strings for monoprice config flow (#40592)

This commit is contained in:
Rob Bierbooms 2020-09-26 17:20:19 +02:00 committed by GitHub
parent f6435affe9
commit 445743930b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@
} }
}, },
"error": { "error": {
"cannot_connect": "Failed to connect, please try again", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "Unexpected error" "unknown": "[%key:common::config_flow::error::unknown%]"
}, },
"abort": { "abort": {
"already_configured": "Device is already configured" "already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
} }
}, },
"options": { "options": {
@ -37,4 +37,4 @@
} }
} }
} }
} }