Skip to content

Commit 681961d

Browse files
authored
Use common config_flow strings in vegehub (home-assistant#147984)
1 parent 53d2f6b commit 681961d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homeassistant/components/vegehub/strings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"cannot_connect": "Failed to connect to the device. Please try again.",
2828
"timeout_connect": "Timed out connecting. Ensure VegeHub is awake, and try again.",
2929
"already_in_progress": "Device already detected. Check discovered devices.",
30-
"already_configured": "Device is already configured.",
31-
"unknown_error": "An unknown error has occurred."
30+
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
31+
"unknown_error": "[%key:common::config_flow::error::unknown%]"
3232
}
3333
},
3434
"entity": {

0 commit comments

Comments
 (0)