File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
homeassistant/components/vesync Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 },
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 }
You can’t perform that action at this time.
0 commit comments