mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Update strings for Vodafone Station (#140919)
This commit is contained in:
parent
3fd17c802c
commit
adc3f542cf
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user