mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Replace "to log into" with "to log in to" in incomfort
(#142060)
* Replace "to log into" with "to log in to" in `incomfort` Also fix one missing sentence-casing of "gateway". * Replace duplicate "data_description" strings with references
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "Hostname or IP-address of the Intergas gateway.",
|
"host": "Hostname or IP-address of the Intergas gateway.",
|
||||||
"username": "The username to log into the gateway. This is `admin` in most cases.",
|
"username": "The username to log in to the gateway. This is `admin` in most cases.",
|
||||||
"password": "The password to log into the gateway, is printed at the bottom of the gateway or is `intergas` for some older devices."
|
"password": "The password to log in to the gateway, is printed at the bottom of the gateway or is `intergas` for some older devices."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dhcp_auth": {
|
"dhcp_auth": {
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"username": "The username to log into the gateway. This is `admin` in most cases.",
|
"username": "[%key:component::incomfort::config::step::user::data_description::username%]",
|
||||||
"password": "The password to log into the gateway, is printed at the bottom of the Gateway or is `intergas` for some older devices."
|
"password": "[%key:component::incomfort::config::step::user::data_description::password%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dhcp_confirm": {
|
"dhcp_confirm": {
|
||||||
|
Reference in New Issue
Block a user