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

40 lines
1.9 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_host": "The host entry was not in full URL format, e.g., http://192.168.10.100:80",
"unknown": "Unexpected error"
},
"flow_title": "Universal Devices ISY994 {name} ({host})",
"step": {
"user": {
"data": {
"host": "URL",
"password": "Password",
"tls": "The TLS version of the ISY controller.",
"username": "Username"
},
"description": "The host entry must be in full URL format, e.g., http://192.168.10.100:80",
"title": "Connect to your ISY994"
}
}
},
"options": {
"step": {
"init": {
"data": {
"ignore_string": "Ignore String",
"restore_light_state": "Restore Light Brightness",
"sensor_string": "Node Sensor String",
"variable_sensor_string": "Variable Sensor String"
},
"description": "Set the options for the ISY Integration: \n \u2022 Node Sensor String: Any device or folder that contains 'Node Sensor String' in the name will be treated as a sensor or binary sensor. \n \u2022 Ignore String: Any device with 'Ignore String' in the name will be ignored. \n \u2022 Variable Sensor String: Any variable that contains 'Variable Sensor String' will be added as a sensor. \n \u2022 Restore Light Brightness: If enabled, the previous brightness will be restored when turning on a light instead of the device's built-in On-Level.",
"title": "ISY994 Options"
}
}
}
}