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

View File

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