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

21 lines
639 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2021-12-29 00:13:49 +00:00
"already_configured": "Service is already configured"
},
"error": {
2021-12-29 00:13:49 +00:00
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address"
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name"
2021-12-29 00:13:49 +00:00
},
"description": "Set up the Vallox integration. If you have problems with configuration go to https://www.home-assistant.io/integrations/vallox.",
"title": "Vallox"
}
}
}
2021-12-29 00:13:49 +00:00
}