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

24 lines
935 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"api_not_enabled": "The API is not enabled. Enable API in the HomeWizard Energy App under settings",
"device_not_supported": "This device is not supported",
"invalid_discovery_parameters": "Detected unsupported API version",
"unknown_error": "Unexpected error"
},
"step": {
"discovery_confirm": {
"description": "Do you want to setup {product_type} ({serial}) at {ip_address}?",
"title": "Confirm"
},
"user": {
"data": {
"ip_address": "IP Address"
},
"description": "Enter the IP address of your HomeWizard Energy device to integrate with Home Assistant.",
"title": "Configure device"
}
}
}
}