63 lines
2.8 KiB
JSON
63 lines
2.8 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Add NASweb device",
|
|
"description": "{nasweb_schema_img}NASweb combines the functions of a control panel and the ability to manage building automation. The device monitors the flow of information from sensors and programmable switches and stores settings, definitions and configured actions.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"missing_internal_url": "Make sure Home Assistant has a valid internal URL",
|
|
"missing_nasweb_data": "Something isn't right with the device's internal configuration. Try restarting the device and Home Assistant.",
|
|
"missing_status": "Did not receive any status updates within the expected time window. Make sure the Home Assistant internal URL is reachable from the NASweb device.",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"config_entry_error_invalid_authentication": {
|
|
"message": "Invalid username/password. Most likely the user has changed their password or has been removed. Delete this entry and create a new one with the correct username/password."
|
|
},
|
|
"config_entry_error_internal_error": {
|
|
"message": "Something isn't right with the device's internal configuration. Try restarting the device and Home Assistant. If the issue persists contact support at {support_email}"
|
|
},
|
|
"config_entry_error_no_status_update": {
|
|
"message": "Did not receive any status updates within the expected time window. Make sure the Home Assistant internal URL is reachable from the NASweb device. If the issue persists contact support at {support_email}"
|
|
},
|
|
"config_entry_error_missing_internal_url": {
|
|
"message": "[%key:component::nasweb::config::error::missing_internal_url%]"
|
|
},
|
|
"serial_mismatch": {
|
|
"message": "Connected to different NASweb device (serial number mismatch)."
|
|
}
|
|
},
|
|
"entity": {
|
|
"switch": {
|
|
"switch_output": {
|
|
"name": "Relay switch {index}"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"sensor_input": {
|
|
"name": "Input {index}",
|
|
"state": {
|
|
"undefined": "Undefined",
|
|
"tamper": "Tamper",
|
|
"active": "[%key:common::state::active%]",
|
|
"normal": "[%key:common::state::normal%]",
|
|
"problem": "Problem"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|