core/homeassistant/components/homewizard/strings.json

32 lines
1.3 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Configure device",
"description": "Enter the IP address of your HomeWizard Energy device to integrate with Home Assistant.",
"data": {
"ip_address": "[%key:common::config_flow::data::ip%]"
}
},
"discovery_confirm": {
"title": "Confirm",
"description": "Do you want to set up {product_type} ({serial}) at {ip_address}?"
},
"reauth_confirm": {
"description": "The local API is disabled. Go to the HomeWizard Energy app and enable the API in the device settings."
}
},
"error": {
"api_not_enabled": "The API is not enabled. Enable API in the HomeWizard Energy App under settings",
"network_error": "Device unreachable, make sure that you have entered the correct IP address and that the device is available in your network"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"invalid_discovery_parameters": "Detected unsupported API version",
"device_not_supported": "This device is not supported",
"unknown_error": "[%key:common::config_flow::error::unknown%]",
"reauth_successful": "Enabling API was successful"
}
}
}