mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
93 lines
3.3 KiB
JSON
93 lines
3.3 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect - check serial number",
|
|
"invalid_ip": "Invalid IP address",
|
|
"invalid_serial": "Invalid serial number",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"manual": {
|
|
"data": {
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
|
"serial": "Serial number (12 digits)"
|
|
},
|
|
"data_description": {
|
|
"ip_address": "The IP address of your Nobø Ecohub.",
|
|
"serial": "The full 12-digit serial number printed on the back of your Nobø Ecohub."
|
|
},
|
|
"description": "Configure a Nobø Ecohub not discovered on your local network. If your hub is on another network, you can still connect to it by entering the complete serial number (12 digits) and its IP address."
|
|
},
|
|
"selected": {
|
|
"data": {
|
|
"serial_suffix": "Serial number suffix (3 digits)"
|
|
},
|
|
"data_description": {
|
|
"serial_suffix": "The last 3 digits of the serial number printed on the back of your Nobø Ecohub."
|
|
},
|
|
"description": "Configuring {hub}.\r\rTo connect to the hub, you need to enter the last 3 digits of the hub's serial number."
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"device": "Discovered hubs"
|
|
},
|
|
"data_description": {
|
|
"device": "Select the Nobø Ecohub discovered on your local network, or choose manual entry."
|
|
},
|
|
"description": "Select Nobø Ecohub to configure."
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"select": {
|
|
"global_override": {
|
|
"name": "Global override",
|
|
"state": {
|
|
"away": "[%key:common::state::not_home%]",
|
|
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
|
"eco": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
|
"none": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::none%]"
|
|
}
|
|
},
|
|
"week_profile": {
|
|
"name": "Week profile"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"cannot_connect_manual": {
|
|
"message": "Unable to connect to Nobø Ecohub with serial {serial} at {ip}. If the hub has moved to a new IP address, remove and re-add the integration."
|
|
},
|
|
"cannot_connect_rediscovered": {
|
|
"message": "Unable to connect to Nobø Ecohub at rediscovered IP {ip}; will retry."
|
|
},
|
|
"hub_not_found": {
|
|
"message": "Nobø Ecohub with serial {serial} not found on the network. The hub may be offline or on a different subnet; will retry."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"override_type": "Override type"
|
|
},
|
|
"data_description": {
|
|
"override_type": "Select \"Now\" to end the override on the next week profile change, or \"Constant\" to keep it until manually cleared."
|
|
},
|
|
"description": "Configure how overrides are ended."
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"override_type": {
|
|
"options": {
|
|
"constant": "Constant",
|
|
"now": "Now"
|
|
}
|
|
}
|
|
}
|
|
}
|