core/homeassistant/components/vicare/translations/en.json

26 lines
863 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible.",
"unknown": "Unexpected error"
},
"error": {
"invalid_auth": "Invalid authentication"
},
"flow_title": "{name} ({host})",
"step": {
"user": {
"data": {
"client_id": "API Key",
"heating_type": "Heating type",
"name": "Name",
"password": "Password",
"scan_interval": "Scan Interval (seconds)",
"username": "Email"
},
"description": "Set up ViCare integration. To generate API key go to https://developer.viessmann.com",
"title": "{name}"
}
}
}
}