From f497b262c87db78cf3a993cf6f81cfa4a6a0b2c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Diego=20Rodr=C3=ADguez=20Royo?= Date: Sat, 22 Mar 2025 19:35:17 +0100 Subject: [PATCH] Fix some Home Connect option keys (#38130) --- source/_integrations/home_connect.markdown | 44 +++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/source/_integrations/home_connect.markdown b/source/_integrations/home_connect.markdown index 5bfafebb9fb..aa75ba635c9 100644 --- a/source/_integrations/home_connect.markdown +++ b/source/_integrations/home_connect.markdown @@ -623,11 +623,11 @@ Both entities can use these options, but the availability of these will depend o Options: (click to view) - **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` - **Intensive level**: @@ -659,14 +659,14 @@ Both entities can use these options, but the availability of these will depend o Options: (click to view) - **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 Options: (click to view) - **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`