Fix some Home Connect option keys (#38130)

This commit is contained in:
J. Diego Rodríguez Royo 2025-03-22 19:35:17 +01:00 committed by GitHub
parent 49f83e8683
commit f497b262c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -623,11 +623,11 @@ Both entities can use these options, but the availability of these will depend o
<summary><b>Options:</b> (click to view)</summary>
- **Fan off** `cooking_hood_enum_type_stage_fan_off`
- **Fan stage 1** `cooking_hood_enum_type_stage_fan_stage01`
- **Fan stage 2** `cooking_hood_enum_type_stage_fan_stage02`
- **Fan stage 3** `cooking_hood_enum_type_stage_fan_stage03`
- **Fan stage 4** `cooking_hood_enum_type_stage_fan_stage04`
- **Fan stage 5** `cooking_hood_enum_type_stage_fan_stage05`
- **Fan stage 1** `cooking_hood_enum_type_stage_fan_stage_01`
- **Fan stage 2** `cooking_hood_enum_type_stage_fan_stage_02`
- **Fan stage 3** `cooking_hood_enum_type_stage_fan_stage_03`
- **Fan stage 4** `cooking_hood_enum_type_stage_fan_stage_04`
- **Fan stage 5** `cooking_hood_enum_type_stage_fan_stage_05`
</details>
- **Intensive level**:
@ -659,14 +659,14 @@ Both entities can use these options, but the availability of these will depend o
<summary><b>Options:</b> (click to view)</summary>
- **Cold**: `laundry_care_washer_enum_type_temperature_cold`
- **20ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c20`
- **30ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c30`
- **40ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c40`
- **50ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c50`
- **60ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c60`
- **70ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c70`
- **80ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c80`
- **90ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c90`
- **20ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c_20`
- **30ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c_30`
- **40ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c_40`
- **50ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c_50`
- **60ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c_60`
- **70ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c_70`
- **80ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c_80`
- **90ºC clothes**: `laundry_care_washer_enum_type_temperature_g_c_90`
- **Cold**: `laundry_care_washer_enum_type_temperature_ul_cold`
- **Warm**: `laundry_care_washer_enum_type_temperature_ul_warm`
- **Hot**: `laundry_care_washer_enum_type_temperature_ul_hot`
@ -680,15 +680,15 @@ Both entities can use these options, but the availability of these will depend o
<summary><b>Options:</b> (click to view)</summary>
- **Off**: `laundry_care_washer_enum_type_spin_speed_off`
- **400 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m400`
- **600 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m600`
- **700 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m700`
- **800 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m800`
- **900 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m900`
- **1000 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m1000`
- **1200 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m1200`
- **1400 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m1400`
- **1600 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m1600`
- **400 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m_400`
- **600 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m_600`
- **700 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m_700`
- **800 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m_800`
- **900 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m_900`
- **1000 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m_1000`
- **1200 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m_1200`
- **1400 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m_1400`
- **1600 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m_1600`
- **Off**: `laundry_care_washer_enum_type_spin_speed_ul_off`
- **Low**: `laundry_care_washer_enum_type_spin_speed_ul_low`
- **Medium**: `laundry_care_washer_enum_type_spin_speed_ul_medium`