mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Add data descriptions to devolo Home Control (#132703)
This commit is contained in:
parent
9614a8d1ca
commit
0a786394f5
@ -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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user