{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]", "missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]", "no_devices_found": "Could not find any heat pumps on this account", "no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]", "oauth_error": "[%key:common::config_flow::abort::oauth2_error%]", "oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]", "oauth_implementation_unavailable": "[%key:common::config_flow::abort::oauth2_implementation_unavailable%]", "oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]", "oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "user_rejected_authorize": "[%key:common::config_flow::abort::oauth2_user_rejected_authorize%]", "wrong_account": "You can only reauthenticate this account with the same user." }, "create_entry": { "default": "[%key:common::config_flow::create_entry::authenticated%]" }, "step": { "find_devices": { "title": "Select your heat pump" }, "pick_implementation": { "data": { "implementation": "[%key:common::config_flow::data::implementation%]" }, "data_description": { "implementation": "[%key:common::config_flow::description::implementation%]" }, "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }, "reauth_confirm": { "description": "You need to re-authenticate with WeHeat to continue", "title": "Re-authenticate with WeHeat" } } }, "entity": { "binary_sensor": { "indoor_unit_auxiliary_pump_state": { "name": "Indoor unit auxiliary water pump" }, "indoor_unit_dhw_valve_or_pump_state": { "name": "Indoor unit DHW valve or water pump" }, "indoor_unit_electric_heater_state": { "name": "Indoor unit electric heater" }, "indoor_unit_gas_boiler_state": { "name": "Indoor unit gas boiler heating allowed" }, "indoor_unit_water_pump_state": { "name": "Indoor unit water pump" } }, "sensor": { "central_heating_flow_volume": { "name": "Central heating pump flow" }, "ch_inlet_temperature": { "name": "Central heating inlet temperature" }, "compressor_percentage": { "name": "Compressor usage" }, "compressor_rpm": { "name": "Compressor speed" }, "cop": { "name": "COP" }, "dhw_bottom_temperature": { "name": "DHW bottom temperature" }, "dhw_flow_volume": { "name": "DHW pump flow" }, "dhw_top_temperature": { "name": "DHW top temperature" }, "electricity_used": { "name": "Electricity used" }, "energy_output": { "name": "Total energy output" }, "heat_pump_state": { "state": { "cooling": "Cooling", "defrosting": "Defrosting", "dhw": "Heating DHW", "heating": "Heating", "legionella_prevention": "Legionella prevention", "manual_control": "Manual control", "self_test": "Self-test", "standby": "[%key:common::state::standby%]", "water_check": "Checking water temperature" } }, "outside_temperature": { "name": "Outside temperature" }, "power_input": { "name": "Input power" }, "power_output": { "name": "Output power" }, "thermostat_room_temperature": { "name": "Current room temperature" }, "thermostat_room_temperature_setpoint": { "name": "Room temperature setpoint" }, "thermostat_water_setpoint": { "name": "Water target temperature" }, "water_inlet_temperature": { "name": "Water inlet temperature" }, "water_outlet_temperature": { "name": "Water outlet temperature" } } }, "exceptions": { "oauth2_implementation_unavailable": { "message": "[%key:common::exceptions::oauth2_implementation_unavailable::message%]" } } }