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:
Norbert Rittel 2025-04-02 17:33:36 +02:00 committed by Franck Nijhof
parent f8d284ec4b
commit 109d20978f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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": {