We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cea97a commit e6cba13Copy full SHA for e6cba13
custom_components/evergy/translations/en.json
@@ -1 +1,20 @@
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