mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 06:31:35 +01:00
115 lines
4.1 KiB
JSON
115 lines
4.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"cannot_discover": "Could not detect a Nobø Ecohub at the discovered IP address.",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect - check serial number",
|
|
"cannot_connect_ip": "Failed to connect - check IP address",
|
|
"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."
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"ip_address": "[%key:common::config_flow::data::ip%]"
|
|
},
|
|
"data_description": {
|
|
"ip_address": "[%key:component::nobo_hub::config::step::manual::data_description::ip_address%]"
|
|
},
|
|
"description": "Update the IP address for Nobø Ecohub with serial number {serial}."
|
|
},
|
|
"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": {
|
|
"message": "Unable to connect to Nobø Ecohub with serial {serial} at {ip}; will retry. If the hub is on a different network from Home Assistant and has changed IP address, reconfigure the integration with the new IP address."
|
|
},
|
|
"set_global_override_failed": {
|
|
"message": "Failed to set global override."
|
|
},
|
|
"set_hvac_mode_failed": {
|
|
"message": "Failed to set HVAC mode."
|
|
},
|
|
"set_preset_mode_failed": {
|
|
"message": "Failed to set preset mode."
|
|
},
|
|
"set_temperature_failed": {
|
|
"message": "Failed to set target temperature."
|
|
},
|
|
"set_week_profile_failed": {
|
|
"message": "Failed to set week profile."
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|