mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 00:52:39 +01:00
73 lines
3.0 KiB
JSON
73 lines
3.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"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%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"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.",
|
|
"title": "Add NASweb device"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"alarm_control_panel": {
|
|
"zone": {
|
|
"name": "Zone {index}"
|
|
}
|
|
},
|
|
"climate": {
|
|
"thermostat": {
|
|
"name": "[%key:component::climate::entity_component::_::name%]"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"sensor_input": {
|
|
"name": "Input {index}",
|
|
"state": {
|
|
"active": "[%key:common::state::active%]",
|
|
"normal": "[%key:common::state::normal%]",
|
|
"problem": "Problem",
|
|
"tamper": "Tamper",
|
|
"undefined": "Undefined"
|
|
}
|
|
}
|
|
},
|
|
"switch": {
|
|
"switch_output": {
|
|
"name": "Relay switch {index}"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"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_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_missing_internal_url": {
|
|
"message": "[%key:component::nasweb::config::error::missing_internal_url%]"
|
|
},
|
|
"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}"
|
|
},
|
|
"serial_mismatch": {
|
|
"message": "Connected to different NASweb device (serial number mismatch)."
|
|
}
|
|
}
|
|
}
|