mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
100 lines
2.8 KiB
JSON
100 lines
2.8 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"no_devices": "No devices found for this API key",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"no_devices": "No devices found for this API key",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "[%key:component::liebherr::config::step::user::data_description::api_key%]"
|
|
},
|
|
"description": "Your API key is no longer valid. Please enter a new API key to continue."
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "The API key from the Liebherr SmartDevice app. Note: The API key can only be copied once from the app."
|
|
},
|
|
"description": "Enter your Liebherr HomeAPI key. You can find it in the Liebherr SmartDevice app under Settings → Become a beta tester."
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"number": {
|
|
"setpoint_temperature": {
|
|
"name": "Setpoint"
|
|
},
|
|
"setpoint_temperature_bottom_zone": {
|
|
"name": "Bottom zone setpoint"
|
|
},
|
|
"setpoint_temperature_middle_zone": {
|
|
"name": "Middle zone setpoint"
|
|
},
|
|
"setpoint_temperature_top_zone": {
|
|
"name": "Top zone setpoint"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"bottom_zone": {
|
|
"name": "Bottom zone"
|
|
},
|
|
"middle_zone": {
|
|
"name": "Middle zone"
|
|
},
|
|
"top_zone": {
|
|
"name": "Top zone"
|
|
}
|
|
},
|
|
"switch": {
|
|
"night_mode": {
|
|
"name": "Night mode"
|
|
},
|
|
"party_mode": {
|
|
"name": "Party mode"
|
|
},
|
|
"supercool": {
|
|
"name": "SuperCool"
|
|
},
|
|
"supercool_bottom_zone": {
|
|
"name": "Bottom zone SuperCool"
|
|
},
|
|
"supercool_middle_zone": {
|
|
"name": "Middle zone SuperCool"
|
|
},
|
|
"supercool_top_zone": {
|
|
"name": "Top zone SuperCool"
|
|
},
|
|
"superfrost": {
|
|
"name": "SuperFrost"
|
|
},
|
|
"superfrost_bottom_zone": {
|
|
"name": "Bottom zone SuperFrost"
|
|
},
|
|
"superfrost_middle_zone": {
|
|
"name": "Middle zone SuperFrost"
|
|
},
|
|
"superfrost_top_zone": {
|
|
"name": "Top zone SuperFrost"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"communication_error": {
|
|
"message": "An error occurred while communicating with the device: {error}"
|
|
}
|
|
}
|
|
}
|