core/homeassistant/components/vegehub/strings.json

45 lines
1.4 KiB
JSON

{
"title": "VegeHub",
"config": {
"flow_title": "{host}",
"step": {
"user": {
"title": "Set up VegeHub",
"description": "Do you want to set up this VegeHub?",
"data": {
"ip_address": "[%key:common::config_flow::data::ip%]"
},
"data_description": {
"ip_address": "IP address of target VegeHub"
}
},
"zeroconf_confirm": {
"title": "[%key:component::vegehub::config::step::user::title%]",
"description": "[%key:component::vegehub::config::step::user::description%]"
}
},
"error": {
"cannot_connect": "Failed to connect. Ensure VegeHub is awake, and try again.",
"timeout_connect": "Timeout establishing connection. Ensure VegeHub is awake, and try again.",
"invalid_ip": "Invalid IPv4 address."
},
"abort": {
"cannot_connect": "Failed to connect to the device. Please try again.",
"timeout_connect": "Timed out connecting. Ensure VegeHub is awake, and try again.",
"already_in_progress": "Device already detected. Check discovered devices.",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"unknown_error": "[%key:common::config_flow::error::unknown%]"
}
},
"entity": {
"sensor": {
"analog_sensor": {
"name": "Input {index}"
},
"battery_volts": {
"name": "Battery voltage"
}
}
}
}