{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "timeout_connect": "Timeout while communicating with MELCloud Home API", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "user": { "data": { "email": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "email": "Email address for your MELCloud Home account.", "password": "Password for your MELCloud Home account." }, "description": "Log in to MELCloud Home with the email address and password associated with your account." } } }, "entity": { "binary_sensor": { "error": { "name": "Error" }, "forced_hot_water": { "name": "Forced hot water" }, "standby": { "name": "Standby" } }, "climate": { "ata_unit": { "state_attributes": { "fan_mode": { "state": { "auto": "[%key:common::state::auto%]", "speed_1": "Speed 1", "speed_2": "Speed 2", "speed_3": "Speed 3", "speed_4": "Speed 4", "speed_5": "Speed 5" } }, "swing_horizontal_mode": { "state": { "auto": "[%key:common::state::auto%]", "centre": "Centre", "left": "Left", "left_centre": "Left centre", "right": "Right", "right_centre": "Right centre", "swing": "Swing" } }, "swing_mode": { "state": { "auto": "[%key:common::state::auto%]", "position_1": "Position 1", "position_2": "Position 2", "position_3": "Position 3", "position_4": "Position 4", "position_5": "Position 5", "swing": "Swing" } } } } }, "sensor": { "room_temperature": { "name": "Room temperature" }, "room_temperature_zone_1": { "name": "Zone 1 room temperature" }, "room_temperature_zone_2": { "name": "Zone 2 room temperature" }, "tank_water_temperature": { "name": "Tank water temperature" } } }, "exceptions": { "cannot_connect": { "message": "Error communicating with MELCloud Home API: {error}" }, "invalid_auth": { "message": "An error occurred while trying to authenticate: {error}" }, "timeout_connect": { "message": "Timeout while communicating with MELCloud Home API: {error}" } } }