mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add data_description to devolo Home Network (#131511)
This commit is contained in:
parent
33222436d2
commit
507bb4a685
@ -6,11 +6,17 @@
|
|||||||
"description": "[%key:common::config_flow::description::confirm_setup%]",
|
"description": "[%key:common::config_flow::description::confirm_setup%]",
|
||||||
"data": {
|
"data": {
|
||||||
"ip_address": "[%key:common::config_flow::data::ip%]"
|
"ip_address": "[%key:common::config_flow::data::ip%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"ip_address": "IP address of your devolo Home Network device. This can be found in the devolo Home Network App on the device dashboard."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"password": "Password you protected the device with."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"zeroconf_confirm": {
|
"zeroconf_confirm": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user