mirror of
https://github.com/home-assistant/core.git
synced 2026-08-15 01:32:55 +01:00
93 lines
3.4 KiB
JSON
93 lines
3.4 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%]",
|
|
"discovery_failed": "Failed to start iZone discovery. Make sure your network is properly configured.",
|
|
"discovery_started": "iZone discovery has started. Your controllers will appear as discovered devices under Settings \u003e Devices \u0026 services.",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"confirm": {
|
|
"description": "Do you want to set up iZone?\n\nController UID: {controller_uid}\nController IP: {host}"
|
|
},
|
|
"select_controller": {
|
|
"data": {
|
|
"selected_controller_uid": "Controller"
|
|
},
|
|
"description": "Multiple unconfigured iZone controllers were found:\n{controllers}\n\nChoose the controller you want to set up now. Any controller you do not select will remain available as a discovered device you can set up later under **Settings** > **Devices & services**."
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"bridge_unpaired": {
|
|
"message": "iZone bridge is not paired with an air conditioner"
|
|
},
|
|
"cannot_connect": {
|
|
"message": "Unable to connect to iZone controller at {host}"
|
|
},
|
|
"command_rejected": {
|
|
"message": "Controller {uid} rejected command: {error}"
|
|
},
|
|
"controller_not_found": {
|
|
"message": "No iZone controller found for unique_id {uid}"
|
|
},
|
|
"discovery_failed_host": {
|
|
"message": "iZone discovery failed while resolving config entry host"
|
|
},
|
|
"discovery_failed_legacy": {
|
|
"message": "iZone discovery failed while resolving legacy config entry"
|
|
},
|
|
"discovery_start_failed": {
|
|
"message": "iZone discovery service failed to start"
|
|
},
|
|
"missing_host": {
|
|
"message": "iZone config entry is missing host"
|
|
},
|
|
"missing_unique_id": {
|
|
"message": "iZone config entry is missing unique_id"
|
|
},
|
|
"multiple_eligible_controllers": {
|
|
"message": "Multiple eligible iZone controllers found for a legacy config entry; delete this entry and re-add each controller individually"
|
|
},
|
|
"no_eligible_controller": {
|
|
"message": "No eligible iZone controller found to bind to legacy config entry"
|
|
},
|
|
"refresh_rejected": {
|
|
"message": "iZone controller rejected refresh: {error}"
|
|
},
|
|
"setup_rejected": {
|
|
"message": "iZone controller at {host} rejected setup"
|
|
},
|
|
"unable_to_connect": {
|
|
"message": "Unable to connect to controller {uid}"
|
|
},
|
|
"update_failed": {
|
|
"message": "Error communicating with iZone controller: {error}"
|
|
}
|
|
},
|
|
"services": {
|
|
"airflow_max": {
|
|
"description": "Sets the airflow maximum percent for a zone.",
|
|
"fields": {
|
|
"airflow": {
|
|
"description": "[%key:component::izone::services::airflow_min::fields::airflow::description%]",
|
|
"name": "[%key:component::izone::services::airflow_min::fields::airflow::name%]"
|
|
}
|
|
},
|
|
"name": "Set maximum airflow"
|
|
},
|
|
"airflow_min": {
|
|
"description": "Sets the airflow minimum percent for a zone.",
|
|
"fields": {
|
|
"airflow": {
|
|
"description": "Airflow percent.",
|
|
"name": "Percent"
|
|
}
|
|
},
|
|
"name": "Set minimum airflow"
|
|
}
|
|
}
|
|
}
|