1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-04 00:30:26 +00:00
Files
core/homeassistant/components/incomfort/strings.json
2026-02-02 10:10:11 +01:00

158 lines
6.5 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"auth_error": "Invalid credentials.",
"no_heaters": "No heaters found.",
"not_found": "No gateway found.",
"timeout_error": "Timeout when connecting to the gateway.",
"unknown": "Unknown error when connecting to the gateway."
},
"step": {
"dhcp_auth": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "[%key:component::incomfort::config::step::user::data_description::password%]",
"username": "[%key:component::incomfort::config::step::user::data_description::username%]"
},
"description": "Please enter authentication details for gateway {host}",
"title": "Set up Intergas gateway"
},
"dhcp_confirm": {
"description": "Do you want to set up the discovered Intergas gateway ({host})?",
"title": "Set up Intergas gateway"
},
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "Correct the gateway password."
},
"description": "Re-authenticate to the gateway."
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"host": "Hostname or IP address of the Intergas gateway.",
"password": "The password to log in to the gateway, is printed at the bottom of the gateway or is `intergas` for some older devices.",
"username": "The username to log in to the gateway. This is `admin` in most cases."
},
"description": "Set up new Intergas gateway. Note that some older systems might not accept credentials to be set up. For newer devices authentication is required."
}
}
},
"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": {
"rf_message_rssi": {
"name": "RSSI"
},
"tap_temperature": {
"name": "Tap temperature"
}
},
"water_heater": {
"boiler": {
"state": {
"boiler_ext": "Boiler external",
"boiler_int": "Boiler internal",
"buffer": "Buffer",
"central_heating": "Central heating",
"central_heating_low": "Central heating low",
"central_heating_rf": "Central heating rf",
"cv_temperature_too_high_e1": "Temperature too high",
"flame_detection_fault_e6": "Flame detection fault",
"frost": "Frost protection",
"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%]",
"incorrect_fan_speed_e8": "Incorrect fan speed",
"no_flame_signal_e4": "No flame signal",
"off": "[%key:common::state::off%]",
"opentherm": "OpenTherm",
"poor_flame_signal_e5": "Poor flame signal",
"postrun_boyler": "Post run boiler",
"postrun_ch": "Post run central heating",
"s1_and_s2_interchanged_e2": "S1 and S2 interchanged",
"sensor_fault_after_self_check_e0": "Sensor fault after self-check",
"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%]",
"sensor_test": "Sensor test",
"service": "Service",
"shortcut_outside_sensor_temperature_e27": "Shortcut outside temperature sensor",
"standby": "[%key:common::state::standby%]",
"tapwater": "Tap water",
"tapwater_int": "Tap water internal",
"unknown": "Unknown"
}
}
}
},
"exceptions": {
"no_heaters": {
"message": "[%key:component::incomfort::config::error::no_heaters%]"
},
"not_found": {
"message": "[%key:component::incomfort::config::error::not_found%]"
},
"timeout_error": {
"message": "[%key:component::incomfort::config::error::timeout_error%]"
},
"unknown": {
"message": "[%key:component::incomfort::config::error::unknown%]"
}
},
"options": {
"step": {
"init": {
"data": {
"legacy_setpoint_status": "Legacy setpoint handling"
},
"data_description": {
"legacy_setpoint_status": "Some older gateway models with an older firmware versions might not update the thermostat setpoint and override settings correctly. Enable this option if you experience issues in updating the setpoint for your thermostat. It will use the actual setpoint of the thermostat instead of the override. As side effect is that it might take a few minutes before the setpoint is updated."
},
"title": "Intergas gateway options"
}
}
}
}