mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Update strings for Comelit (#140925)
* Update strings for Comelit * apply review comment * apply review comment * Update homeassistant/components/comelit/strings.json Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com> --------- Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
This commit is contained in:
parent
77f8ddd948
commit
ca10618dc7
@ -3,19 +3,25 @@
|
|||||||
"flow_title": "{host}",
|
"flow_title": "{host}",
|
||||||
"step": {
|
"step": {
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
"description": "Please enter the correct PIN for {host}",
|
|
||||||
"data": {
|
"data": {
|
||||||
"pin": "[%key:common::config_flow::data::pin%]"
|
"pin": "[%key:common::config_flow::data::pin%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"pin": "The PIN of your Comelit device."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]",
|
"host": "[%key:common::config_flow::data::host%]",
|
||||||
"port": "[%key:common::config_flow::data::port%]",
|
"port": "[%key:common::config_flow::data::port%]",
|
||||||
"pin": "[%key:common::config_flow::data::pin%]"
|
"pin": "[%key:common::config_flow::data::pin%]",
|
||||||
|
"type": "Device type"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "The hostname or IP address of your Comelit device."
|
"host": "The hostname or IP address of your Comelit device.",
|
||||||
|
"port": "The port of your Comelit device.",
|
||||||
|
"pin": "[%key:component::comelit::config::step::reauth_confirm::data_description::pin%]",
|
||||||
|
"type": "The type of your Comelit device."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user