1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-01 06:16:29 +00:00
Files
core/homeassistant/components/vegehub/strings.json
2025-10-28 10:33:10 +01:00

50 lines
1.5 KiB
JSON

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