Skip to content

Commit ef30221

Browse files
authored
Add two common config flow strings in energyid (home-assistant#158680)
1 parent 6378f5f commit ef30221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homeassistant/components/energyid/strings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"config": {
33
"abort": {
4-
"already_configured": "This device is already configured.",
5-
"reauth_successful": "Reauthentication successful."
4+
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
5+
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
66
},
77
"create_entry": {
88
"add_sensor_mapping_hint": "You can now add mappings from any sensor in Home Assistant to {integration_name} using the '+ add sensor mapping' button."

0 commit comments

Comments
 (0)