Skip to content

Commit

Permalink
Add data_description for password in Fully Kiosk config flow (#131222)
Browse files Browse the repository at this point in the history
* Add data_description for password

* Update phrasing

* Add data_description in discovery as well
  • Loading branch information
cgarwood authored Nov 21, 2024
1 parent c94122e commit 8a29218
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion homeassistant/components/fully_kiosk/strings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"common": {
"data_description_password": "The Remote Admin Password from the Fully Kiosk Browser app settings."
},
"config": {
"step": {
"discovery_confirm": {
"description": "Do you want to set up {name} ({host})?",
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "[%key:component::fully_kiosk::common::data_description_password%]"
}
},
"user": {
Expand All @@ -15,7 +21,8 @@
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"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%]"
}
}
},
Expand Down

0 comments on commit 8a29218

Please sign in to comment.