Skip to content

Commit e6cba13

Browse files
Update en.json
1 parent 8cea97a commit e6cba13

File tree

1 file changed

+20
-1
lines changed
  • custom_components/evergy/translations

1 file changed

+20
-1
lines changed
+20-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
1+
{
2+
"config": {
3+
"step": {
4+
"user": {
5+
"title": "Sign into your Evergy.com account",
6+
"data": {
7+
"username": "Username",
8+
"password": "Password",
9+
}
10+
}
11+
},
12+
"error": {
13+
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
14+
"unknown": "[%key:common::config_flow::error::unknown%]"
15+
},
16+
"abort": {
17+
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)