Use string references for config flow in NWS (#41007)

This commit is contained in:
MatthewFlamm 2020-10-02 02:47:40 -04:00 committed by GitHub
parent b1ba1a7134
commit 9373066cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,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::single_instance_allowed%]"
} }
} }
} }