mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
61 lines
2.0 KiB
JSON
61 lines
2.0 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)"
|
|
},
|
|
"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)"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"override_type": "Override type"
|
|
},
|
|
"description": "Select override type \"Now\" to end override on next week profile change."
|
|
}
|
|
}
|
|
}
|
|
}
|