mirror of https://github.com/home-assistant/core
126 lines
7.5 KiB
JSON
126 lines
7.5 KiB
JSON
{
|
|
"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.",
|
|
"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.",
|
|
"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."
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"auth_error": "Invalid credentials.",
|
|
"no_heaters": "No heaters found.",
|
|
"not_found": "No Lan2RF gateway found.",
|
|
"timeout_error": "Time out when connection to Lan2RF gateway.",
|
|
"unknown": "Unknown error when connection to Lan2RF gateway."
|
|
},
|
|
"error": {
|
|
"auth_error": "[%key:component::incomfort::config::abort::auth_error%]",
|
|
"no_heaters": "[%key:component::incomfort::config::abort::no_heaters%]",
|
|
"not_found": "[%key:component::incomfort::config::abort::not_found%]",
|
|
"timeout_error": "[%key:component::incomfort::config::abort::timeout_error%]",
|
|
"unknown": "[%key:component::incomfort::config::abort::unknown%]"
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml_import_issue_unknown": {
|
|
"title": "YAML import failed with unknown error",
|
|
"description": "Configuring {integration_title} using YAML is being removed but there was an unknown error while importing your existing configuration.\nSetup will not proceed.\n\nVerify that your {integration_title} is operating correctly and restart Home Assistant to attempt the import again.\n\nAlternatively, you may remove the `{domain}` configuration from your configuration.yaml entirely, restart Home Assistant, and add the {integration_title} integration manually."
|
|
},
|
|
"deprecated_yaml_import_issue_auth_error": {
|
|
"title": "YAML import failed due to an authentication error",
|
|
"description": "Configuring {integration_title} using YAML is being removed but there was an authentication error while importing your existing configuration.\nSetup will not proceed.\n\nVerify that your {integration_title} is operating correctly and restart Home Assistant to attempt the import again.\n\nAlternatively, you may remove the `{domain}` configuration from your configuration.yaml entirely, restart Home Assistant, and add the {integration_title} integration manually."
|
|
},
|
|
"deprecated_yaml_import_issue_no_heaters": {
|
|
"title": "YAML import failed because no heaters were found",
|
|
"description": "Configuring {integration_title} using YAML is being removed but no heaters were found while importing your existing configuration.\nSetup will not proceed.\n\nVerify that your {integration_title} is operating correctly and restart Home Assistant to attempt the import again.\n\nAlternatively, you may remove the `{domain}` configuration from your configuration.yaml entirely, restart Home Assistant, and add the {integration_title} integration manually."
|
|
},
|
|
"deprecated_yaml_import_issue_not_found": {
|
|
"title": "YAML import failed because no gateway was found",
|
|
"description": "Configuring {integration_title} using YAML is being removed but no Lan2RF gateway was found while importing your existing configuration.\nSetup will not proceed.\n\nVerify that your {integration_title} is operating correctly and restart Home Assistant to attempt the import again.\n\nAlternatively, you may remove the `{domain}` configuration from your configuration.yaml entirely, restart Home Assistant, and add the {integration_title} integration manually."
|
|
},
|
|
"deprecated_yaml_import_issue_timeout_error": {
|
|
"title": "YAML import failed because of timeout issues",
|
|
"description": "Configuring {integration_title} using YAML is being removed but there was a timeout while connecting to your {integration_title} while importing your existing configuration.\nSetup will not proceed.\n\nVerify that your {integration_title} is operating correctly and restart Home Assistant to attempt the import again.\n\nAlternatively, you may remove the `{domain}` configuration from your configuration.yaml entirely, restart Home Assistant, and add the {integration_title} integration manually."
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"fault": {
|
|
"name": "Fault",
|
|
"state_attributes": {
|
|
"fault_code": {
|
|
"state": {
|
|
"none": "None"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"is_burning": {
|
|
"name": "Burner"
|
|
},
|
|
"is_pumping": {
|
|
"name": "Pump"
|
|
},
|
|
"is_tapping": {
|
|
"name": "Hot water tap"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"tap_temperature": {
|
|
"name": "Tap temperature"
|
|
}
|
|
},
|
|
"water_heater": {
|
|
"boiler": {
|
|
"state": {
|
|
"unknown": "Unknown",
|
|
"opentherm": "OpenTherm",
|
|
"boiler_ext": "Boiler external",
|
|
"frost": "Frost protection",
|
|
"central_heating_rf": "Central heating rf",
|
|
"tapwater_int": "Tap water internal",
|
|
"sensor_test": "Sensor test",
|
|
"central_heating": "Central heating",
|
|
"standby": "Stand-by",
|
|
"postrun_boyler": "Post run boiler",
|
|
"service": "Service",
|
|
"tapwater": "Tap water",
|
|
"postrun_ch": "Post run central heating",
|
|
"boiler_int": "Boiler internal",
|
|
"buffer": "Buffer",
|
|
"sensor_fault_after_self_check_e0": "Sensor fault after self check",
|
|
"cv_temperature_too_high_e1": "Temperature too high",
|
|
"s1_and_s2_interchanged_e2": "S1 and S2 interchanged",
|
|
"no_flame_signal_e4": "No flame signal",
|
|
"poor_flame_signal_e5": "Poor flame signal",
|
|
"flame_detection_fault_e6": "Flame detection fault",
|
|
"incorrect_fan_speed_e8": "Incorrect fan speed",
|
|
"sensor_fault_s1_e10": "Sensor fault S1",
|
|
"sensor_fault_s1_e11": "[%key:component::incomfort::entity::water_heater::boiler::state::sensor_fault_s1_e10%]",
|
|
"sensor_fault_s1_e12": "[%key:component::incomfort::entity::water_heater::boiler::state::sensor_fault_s1_e10%]",
|
|
"sensor_fault_s1_e13": "[%key:component::incomfort::entity::water_heater::boiler::state::sensor_fault_s1_e10%]",
|
|
"sensor_fault_s1_e14": "[%key:component::incomfort::entity::water_heater::boiler::state::sensor_fault_s1_e10%]",
|
|
"sensor_fault_s2_e20": "Sensor fault S2",
|
|
"sensor_fault_s2_e21": "[%key:component::incomfort::entity::water_heater::boiler::state::sensor_fault_s2_e20%]",
|
|
"sensor_fault_s2_e22": "[%key:component::incomfort::entity::water_heater::boiler::state::sensor_fault_s2_e20%]",
|
|
"sensor_fault_s2_e23": "[%key:component::incomfort::entity::water_heater::boiler::state::sensor_fault_s2_e20%]",
|
|
"sensor_fault_s2_e24": "[%key:component::incomfort::entity::water_heater::boiler::state::sensor_fault_s2_e20%]",
|
|
"shortcut_outside_sensor_temperature_e27": "Shortcut outside sensor temperature",
|
|
"gas_valve_relay_faulty_e29": "Gas valve relay faulty",
|
|
"gas_valve_relay_faulty_e30": "[%key:component::incomfort::entity::water_heater::boiler::state::gas_valve_relay_faulty_e29%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|