Update strings for Vodafone Station (#140919)

This commit is contained in:
Simone Chemelli 2025-03-19 13:11:29 +01:00 committed by GitHub
parent 3fd17c802c
commit adc3f542cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,9 +3,11 @@
"flow_title": "{host}",
"step": {
"reauth_confirm": {
"description": "Please enter the correct password for host: {host}",
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "Please enter the correct password for host: {host}"
}
},
"user": {
@ -15,7 +17,9 @@
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your Vodafone Station."
"host": "The hostname or IP address of your Vodafone Station.",
"username": "The username for your Vodafone Station.",
"password": "The password for your Vodafone Station."
}
}
},
@ -41,6 +45,9 @@
"init": {
"data": {
"consider_home": "Seconds to consider a device at 'home'"
},
"data_description": {
"consider_home": "The number of seconds to wait until marking a device as not home after it disconnects from the network."
}
}
}