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

20 lines
503 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_system_id": "Invalid Airzone System ID"
},
"step": {
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Set up Airzone integration."
}
}
}
}