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", "domain": "incomfort",
"name": "Intergas InComfort/Intouch Lan2RF gateway", "name": "Intergas gateway",
"codeowners": ["@jbouwh"], "codeowners": ["@jbouwh"],
"config_flow": true, "config_flow": true,
"dhcp": [ "dhcp": [

View File

@ -2,20 +2,20 @@
"config": { "config": {
"step": { "step": {
"user": { "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": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]" "password": "[%key:common::config_flow::data::password%]"
}, },
"data_description": { "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.", "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": { "dhcp_auth": {
"title": "Set up Intergas InComfort Lan2RF Gateway", "title": "Set up Intergas gateway",
"description": "Please enter authentication details for gateway {host}", "description": "Please enter authentication details for gateway {host}",
"data": { "data": {
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
@ -23,12 +23,12 @@
}, },
"data_description": { "data_description": {
"username": "The username to log into the gateway. This is `admin` in most cases.", "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": { "dhcp_confirm": {
"title": "Set up Intergas InComfort Lan2RF Gateway", "title": "Set up Intergas gateway",
"description": "Do you want to set up the discovered Intergas InComfort Lan2RF Gateway ({host})?" "description": "Do you want to set up the discovered Intergas gateway ({host})?"
}, },
"reauth_confirm": { "reauth_confirm": {
"data": { "data": {
@ -48,9 +48,9 @@
"error": { "error": {
"auth_error": "Invalid credentials.", "auth_error": "Invalid credentials.",
"no_heaters": "No heaters found.", "no_heaters": "No heaters found.",
"not_found": "No Lan2RF gateway found.", "not_found": "No gateway found.",
"timeout_error": "Time out when connecting to Lan2RF gateway.", "timeout_error": "Time out when connecting to the gateway.",
"unknown": "Unknown error when connecting to Lan2RF gateway." "unknown": "Unknown error when connecting to the gateway."
} }
}, },
"exceptions": { "exceptions": {
@ -70,7 +70,7 @@
"options": { "options": {
"step": { "step": {
"init": { "init": {
"title": "Intergas InComfort Lan2RF Gateway options", "title": "Intergas gateway options",
"data": { "data": {
"legacy_setpoint_status": "Legacy setpoint handling" "legacy_setpoint_status": "Legacy setpoint handling"
}, },

View File

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