mirror of
https://github.com/home-assistant/core.git
synced 2026-05-17 14:01:34 +01:00
07db7f0024
Co-authored-by: RaHehl <rahehl@users.noreply.github.com>
148 lines
4.5 KiB
JSON
148 lines
4.5 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "MELCloud integration already configured for this email. Access token has been refreshed.",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::email%]"
|
|
},
|
|
"description": "The MELCloud integration needs to re-authenticate your connection details",
|
|
"title": "[%key:common::config_flow::title::reauth%]"
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"password": "Enter the (new) password for MELCloud."
|
|
},
|
|
"description": "Reconfigure the entry to obtain a new token, for your account: `{username}`.",
|
|
"title": "Reconfigure your MELCloud"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::email%]"
|
|
},
|
|
"description": "Connect using your MELCloud account.",
|
|
"title": "Connect to MELCloud"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"boiler_status": {
|
|
"name": "Boiler"
|
|
},
|
|
"booster_heater_status": {
|
|
"name": "Booster heater {number}"
|
|
},
|
|
"immersion_heater_status": {
|
|
"name": "Immersion heater"
|
|
},
|
|
"valve_2way_status": {
|
|
"name": "2-way valve"
|
|
},
|
|
"valve_3way_status": {
|
|
"name": "3-way valve"
|
|
},
|
|
"water_pump_status": {
|
|
"name": "Water pump {number}"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"condensing_temperature": {
|
|
"name": "Condensing temperature"
|
|
},
|
|
"daily_cooling_energy_consumed": {
|
|
"name": "Daily cooling energy consumed"
|
|
},
|
|
"daily_cooling_energy_produced": {
|
|
"name": "Daily cooling energy produced"
|
|
},
|
|
"daily_heating_energy_consumed": {
|
|
"name": "Daily heating energy consumed"
|
|
},
|
|
"daily_heating_energy_produced": {
|
|
"name": "Daily heating energy produced"
|
|
},
|
|
"daily_hot_water_energy_consumed": {
|
|
"name": "Daily hot water energy consumed"
|
|
},
|
|
"daily_hot_water_energy_produced": {
|
|
"name": "Daily hot water energy produced"
|
|
},
|
|
"demand_percentage": {
|
|
"name": "Demand percentage"
|
|
},
|
|
"energy_consumed": {
|
|
"name": "Energy consumed"
|
|
},
|
|
"energy_produced": {
|
|
"name": "Energy produced"
|
|
},
|
|
"fan_frequency": {
|
|
"name": "Heat pump frequency"
|
|
},
|
|
"flow_temperature": {
|
|
"name": "Flow temperature"
|
|
},
|
|
"flow_temperature_boiler": {
|
|
"name": "Boiler flow temperature"
|
|
},
|
|
"mixing_tank_temperature": {
|
|
"name": "Mixing tank temperature"
|
|
},
|
|
"outside_temperature": {
|
|
"name": "Outside temperature"
|
|
},
|
|
"return_temperature": {
|
|
"name": "Return temperature"
|
|
},
|
|
"return_temperature_boiler": {
|
|
"name": "Boiler return temperature"
|
|
},
|
|
"room_temperature": {
|
|
"name": "Room temperature"
|
|
},
|
|
"tank_temperature": {
|
|
"name": "Tank temperature"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"set_vane_horizontal": {
|
|
"description": "Sets horizontal vane position.",
|
|
"fields": {
|
|
"position": {
|
|
"description": "Horizontal vane position. Possible options can be found in the vane_horizontal_positions state attribute.",
|
|
"name": "Position"
|
|
}
|
|
},
|
|
"name": "Set vane horizontal"
|
|
},
|
|
"set_vane_vertical": {
|
|
"description": "Sets vertical vane position.",
|
|
"fields": {
|
|
"position": {
|
|
"description": "Vertical vane position. Possible options can be found in the vane_vertical_positions state attribute.",
|
|
"name": "Position"
|
|
}
|
|
},
|
|
"name": "Set vane vertical"
|
|
}
|
|
}
|
|
}
|