Add data descriptions to devolo Home Control (#132703)

This commit is contained in:
Guido Schmitz 2024-12-10 15:15:57 +01:00 committed by GitHub
parent 9614a8d1ca
commit 0a786394f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,15 +12,21 @@
"user": {
"data": {
"username": "Email / devolo ID",
"password": "[%key:common::config_flow::data::password%]",
"mydevolo_url": "mydevolo URL"
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"username": "Email address you used to register the central unit at mydevolo.",
"password": "Password of your mydevolo account."
}
},
"zeroconf_confirm": {
"data": {
"username": "[%key:component::devolo_home_control::config::step::user::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"mydevolo_url": "[%key:component::devolo_home_control::config::step::user::data::mydevolo_url%]"
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"username": "[%key:component::devolo_home_control::config::step::user::data_description::username%]",
"password": "[%key:component::devolo_home_control::config::step::user::data_description::password%]"
}
}
}