mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Shorten the integration name for incomfort
(#136930)
This commit is contained in:
parent
d148bd9b0c
commit
8db6a6cf17
@ -1,6 +1,6 @@
|
||||
{
|
||||
"domain": "incomfort",
|
||||
"name": "Intergas InComfort/Intouch Lan2RF gateway",
|
||||
"name": "Intergas gateway",
|
||||
"codeowners": ["@jbouwh"],
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user