mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Use common states for "Low"/"Medium"/"High" in home_connect
(#142142)
* Use common states for "Low"/"Medium"/"High" in `home_connect` Replaces two occurrences of "Low"/"Medium"/"High" each with the (new) common strings. * Replace internal references with common ones
This commit is contained in:
parent
db44ed845d
commit
dfa180ba64
@ -487,9 +487,9 @@
|
||||
},
|
||||
"warming_level": {
|
||||
"options": {
|
||||
"cooking_oven_enum_type_warming_level_low": "Low",
|
||||
"cooking_oven_enum_type_warming_level_medium": "Medium",
|
||||
"cooking_oven_enum_type_warming_level_high": "High"
|
||||
"cooking_oven_enum_type_warming_level_low": "[%key:common::state::low%]",
|
||||
"cooking_oven_enum_type_warming_level_medium": "[%key:common::state::medium%]",
|
||||
"cooking_oven_enum_type_warming_level_high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"washer_temperature": {
|
||||
@ -522,9 +522,9 @@
|
||||
"laundry_care_washer_enum_type_spin_speed_r_p_m_1400": "1400 rpm",
|
||||
"laundry_care_washer_enum_type_spin_speed_r_p_m_1600": "1600 rpm",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_off": "[%key:common::state::off%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_low": "Low",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_medium": "Medium",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_high": "High"
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_low": "[%key:common::state::low%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_medium": "[%key:common::state::medium%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"vario_perfect": {
|
||||
@ -1468,9 +1468,9 @@
|
||||
"warming_level": {
|
||||
"name": "[%key:component::home_connect::services::set_program_and_options::fields::cooking_oven_option_warming_level::name%]",
|
||||
"state": {
|
||||
"cooking_oven_enum_type_warming_level_low": "[%key:component::home_connect::selector::warming_level::options::cooking_oven_enum_type_warming_level_low%]",
|
||||
"cooking_oven_enum_type_warming_level_medium": "[%key:component::home_connect::selector::warming_level::options::cooking_oven_enum_type_warming_level_medium%]",
|
||||
"cooking_oven_enum_type_warming_level_high": "[%key:component::home_connect::selector::warming_level::options::cooking_oven_enum_type_warming_level_high%]"
|
||||
"cooking_oven_enum_type_warming_level_low": "[%key:common::state::low%]",
|
||||
"cooking_oven_enum_type_warming_level_medium": "[%key:common::state::medium%]",
|
||||
"cooking_oven_enum_type_warming_level_high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"washer_temperature": {
|
||||
@ -1505,9 +1505,9 @@
|
||||
"laundry_care_washer_enum_type_spin_speed_r_p_m_1400": "[%key:component::home_connect::selector::spin_speed::options::laundry_care_washer_enum_type_spin_speed_r_p_m_1400%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_r_p_m_1600": "[%key:component::home_connect::selector::spin_speed::options::laundry_care_washer_enum_type_spin_speed_r_p_m_1600%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_off": "[%key:common::state::off%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_low": "[%key:component::home_connect::selector::spin_speed::options::laundry_care_washer_enum_type_spin_speed_ul_low%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_medium": "[%key:component::home_connect::selector::spin_speed::options::laundry_care_washer_enum_type_spin_speed_ul_medium%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_high": "[%key:component::home_connect::selector::spin_speed::options::laundry_care_washer_enum_type_spin_speed_ul_high%]"
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_low": "[%key:common::state::low%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_medium": "[%key:common::state::medium%]",
|
||||
"laundry_care_washer_enum_type_spin_speed_ul_high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"vario_perfect": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user