mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add data_description for password in Fully Kiosk config flow (#131222)
* Add data_description for password * Update phrasing * Add data_description in discovery as well
This commit is contained in:
parent
c94122e105
commit
8a292184a5
@ -1,10 +1,16 @@
|
|||||||
{
|
{
|
||||||
|
"common": {
|
||||||
|
"data_description_password": "The Remote Admin Password from the Fully Kiosk Browser app settings."
|
||||||
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"discovery_confirm": {
|
"discovery_confirm": {
|
||||||
"description": "Do you want to set up {name} ({host})?",
|
"description": "Do you want to set up {name} ({host})?",
|
||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"password": "[%key:component::fully_kiosk::common::data_description_password%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
@ -15,7 +21,8 @@
|
|||||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "The hostname or IP address of the device running your Fully Kiosk Browser application."
|
"host": "The hostname or IP address of the device running your Fully Kiosk Browser application.",
|
||||||
|
"password": "[%key:component::fully_kiosk::common::data_description_password%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user