1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/melcloud/strings.json
2025-10-28 10:33:10 +01:00

86 lines
2.8 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": {
"sensor": {
"flow_temperature": {
"name": "Flow temperature"
},
"outside_temperature": {
"name": "Outside temperature"
},
"return_temperature": {
"name": "Flow 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"
}
}
}