mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Add translation_key in LG ThinQ (#129476)
Co-authored-by: yunseon.park <yunseon.park@lge.com>
This commit is contained in:
parent
0c166eb307
commit
27a19be369
@ -39,6 +39,7 @@ NUMBER_DESC: dict[ThinQProperty, NumberEntityDescription] = {
|
|||||||
key=ThinQProperty.TARGET_HUMIDITY,
|
key=ThinQProperty.TARGET_HUMIDITY,
|
||||||
device_class=NumberDeviceClass.HUMIDITY,
|
device_class=NumberDeviceClass.HUMIDITY,
|
||||||
native_unit_of_measurement=PERCENTAGE,
|
native_unit_of_measurement=PERCENTAGE,
|
||||||
|
translation_key=ThinQProperty.TARGET_HUMIDITY,
|
||||||
),
|
),
|
||||||
ThinQProperty.TARGET_TEMPERATURE: NumberEntityDescription(
|
ThinQProperty.TARGET_TEMPERATURE: NumberEntityDescription(
|
||||||
key=ThinQProperty.TARGET_TEMPERATURE,
|
key=ThinQProperty.TARGET_TEMPERATURE,
|
||||||
|
@ -172,7 +172,7 @@
|
|||||||
"temperature_sensor_error": "Thermistor error",
|
"temperature_sensor_error": "Thermistor error",
|
||||||
"time_to_run_the_tub_clean_cycle_error": "Tub clean recommendation",
|
"time_to_run_the_tub_clean_cycle_error": "Tub clean recommendation",
|
||||||
"timeout_error": "Timeout error",
|
"timeout_error": "Timeout error",
|
||||||
"turbidity_sensor_error": "turbidity sensor error",
|
"turbidity_sensor_error": "Turbidity sensor error",
|
||||||
"unable_to_lock_error": "Door lock error",
|
"unable_to_lock_error": "Door lock error",
|
||||||
"unbalanced_load_error": "[%key:component::lg_thinq::entity::event::error::state_attributes::event_type::state::out_of_balance_error%]",
|
"unbalanced_load_error": "[%key:component::lg_thinq::entity::event::error::state_attributes::event_type::state::out_of_balance_error%]",
|
||||||
"unknown_error": "Product requires attention",
|
"unknown_error": "Product requires attention",
|
||||||
@ -274,6 +274,9 @@
|
|||||||
},
|
},
|
||||||
"sleep_timer_relative_hour_to_stop_for_location": {
|
"sleep_timer_relative_hour_to_stop_for_location": {
|
||||||
"name": "{location} sleep timer"
|
"name": "{location} sleep timer"
|
||||||
|
},
|
||||||
|
"target_humidity": {
|
||||||
|
"name": "Target humidity"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user