Shorten the integration name for incomfort (#136930)

This commit is contained in:
Jan Bouwhuis 2025-01-30 16:47:09 +01:00 committed by GitHub
parent d148bd9b0c
commit 8db6a6cf17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"domain": "incomfort",
"name": "Intergas InComfort/Intouch Lan2RF gateway",
"name": "Intergas gateway",
"codeowners": ["@jbouwh"],
"config_flow": true,
"dhcp": [

View File

@ -2,20 +2,20 @@
"config": {
"step": {
"user": {
"description": "Set up new Intergas InComfort Lan2RF Gateway, some older systems might not need credentials to be set up. For newer devices authentication is required.",
"description": "Set up new Intergas gateway, some older systems might not need credentials to be set up. For newer devices authentication is required.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "Hostname or IP-address of the Intergas InComfort Lan2RF Gateway.",
"host": "Hostname or IP-address of the Intergas gateway.",
"username": "The username to log into the gateway. This is `admin` in most cases.",
"password": "The password to log into the gateway, is printed at the bottom of the Lan2RF Gateway or is `intergas` for some older devices."
"password": "The password to log into the gateway, is printed at the bottom of the gateway or is `intergas` for some older devices."
}
},
"dhcp_auth": {
"title": "Set up Intergas InComfort Lan2RF Gateway",
"title": "Set up Intergas gateway",
"description": "Please enter authentication details for gateway {host}",
"data": {
"username": "[%key:common::config_flow::data::username%]",
@ -23,12 +23,12 @@
},
"data_description": {
"username": "The username to log into the gateway. This is `admin` in most cases.",
"password": "The password to log into the gateway, is printed at the bottom of the Lan2RF Gateway or is `intergas` for some older devices."
"password": "The password to log into the gateway, is printed at the bottom of the Gateway or is `intergas` for some older devices."
}
},
"dhcp_confirm": {
"title": "Set up Intergas InComfort Lan2RF Gateway",
"description": "Do you want to set up the discovered Intergas InComfort Lan2RF Gateway ({host})?"
"title": "Set up Intergas gateway",
"description": "Do you want to set up the discovered Intergas gateway ({host})?"
},
"reauth_confirm": {
"data": {
@ -48,9 +48,9 @@
"error": {
"auth_error": "Invalid credentials.",
"no_heaters": "No heaters found.",
"not_found": "No Lan2RF gateway found.",
"timeout_error": "Time out when connecting to Lan2RF gateway.",
"unknown": "Unknown error when connecting to Lan2RF gateway."
"not_found": "No gateway found.",
"timeout_error": "Time out when connecting to the gateway.",
"unknown": "Unknown error when connecting to the gateway."
}
},
"exceptions": {
@ -70,7 +70,7 @@
"options": {
"step": {
"init": {
"title": "Intergas InComfort Lan2RF Gateway options",
"title": "Intergas gateway options",
"data": {
"legacy_setpoint_status": "Legacy setpoint handling"
},

View File

@ -2866,7 +2866,7 @@
"iot_class": "local_polling"
},
"incomfort": {
"name": "Intergas InComfort/Intouch Lan2RF gateway",
"name": "Intergas gateway",
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling"