* Refactor LG ThinQ integration * Rename ha_bridge_list to bridge_list * Update for reviews * Correct spells Do not use mqtt related api * Guarantee update status * Update for reviews * Update reviews --------- Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
48 lines
1.2 KiB
JSON
48 lines
1.2 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%]"
|
|
},
|
|
"error": {
|
|
"token_unauthorized": "The token is invalid or unauthorized."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to ThinQ",
|
|
"description": "Please enter a ThinQ [PAT(Personal Access Token)]({pat_url}) created with your LG ThinQ account.",
|
|
"data": {
|
|
"access_token": "Personal Access Token",
|
|
"country": "Country"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"switch": {
|
|
"operation_power": {
|
|
"name": "Power"
|
|
}
|
|
},
|
|
"binary_sensor": {
|
|
"eco_friendly_mode": {
|
|
"name": "Eco friendly"
|
|
},
|
|
"power_save_enabled": {
|
|
"name": "Power saving mode"
|
|
},
|
|
"remote_control_enabled": {
|
|
"name": "Remote start"
|
|
},
|
|
"remote_control_enabled_for_location": {
|
|
"name": "{location} remote start"
|
|
},
|
|
"rinse_refill": {
|
|
"name": "Rinse refill needed"
|
|
},
|
|
"sabbath_mode": {
|
|
"name": "Sabbath"
|
|
}
|
|
}
|
|
}
|
|
}
|