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

26 lines
863 B
JSON
Raw Normal View History

{
"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",
2021-12-18 00:13:26 +00:00
"name": "Name",
"password": "Password",
2021-12-18 00:13:26 +00:00
"scan_interval": "Scan Interval (seconds)",
"username": "Email"
},
2021-12-18 00:13:26 +00:00
"description": "Set up ViCare integration. To generate API key go to https://developer.viessmann.com",
"title": "{name}"
}
}
}
}