Skip to content

Commit 79b368c

Browse files
authored
add description to string vesync (#160003)
1 parent 6da4a00 commit 79b368c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

homeassistant/components/vesync/quality_scale.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ rules:
55
brands: done
66
common-modules: done
77
config-flow-test-coverage: done
8-
config-flow:
9-
status: todo
10-
comment: Missing data descriptions
8+
config-flow: done
119
dependency-transparency: done
1210
docs-actions: done
1311
docs-high-level-description: done

homeassistant/components/vesync/strings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"password": "[%key:common::config_flow::data::password%]",
1616
"username": "[%key:common::config_flow::data::email%]"
1717
},
18+
"data_description": {
19+
"password": "[%key:component::vesync::config::step::user::data_description::password%]",
20+
"username": "[%key:component::vesync::config::step::user::data_description::username%]"
21+
},
1822
"description": "The VeSync integration needs to re-authenticate your account",
1923
"title": "[%key:common::config_flow::title::reauth%]"
2024
},
@@ -23,6 +27,11 @@
2327
"password": "[%key:common::config_flow::data::password%]",
2428
"username": "[%key:common::config_flow::data::email%]"
2529
},
30+
"data_description": {
31+
"password": "Password associated with your VeSync account",
32+
"username": "Email address associated with your VeSync account"
33+
},
34+
"description": "Enter the account used in the vesync app. 2FA is not supported and must be disabled.",
2635
"title": "Enter username and password"
2736
}
2837
}

0 commit comments

Comments
 (0)